Skip to content

Commit

Permalink
Added message from #5008
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Feb 20, 2015
1 parent 5ee19ed commit b560fab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ http_method_override
This determines whether the ``_method`` request parameter is used as the intended
HTTP method on POST requests. If enabled, the
:method:`Request::enableHttpMethodParameterOverride <Symfony\\Component\\HttpFoundation\\Request::enableHttpMethodParameterOverride>`
method gets called automatically. It becomes the service container parameter
named ``kernel.http_method_override``.
method gets called automatically, unless the application uses a kernel based on
the cache, where you need to invoke that method manually (see
:ref:`symfony2-reverse-proxy` for details).

.. seealso::

Expand Down

0 comments on commit b560fab

Please sign in to comment.