8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee19ed commit b560fabCopy full SHA for b560fab
reference/configuration/framework.rst
@@ -120,8 +120,9 @@ http_method_override
120
This determines whether the ``_method`` request parameter is used as the intended
121
HTTP method on POST requests. If enabled, the
122
:method:`Request::enableHttpMethodParameterOverride <Symfony\\Component\\HttpFoundation\\Request::enableHttpMethodParameterOverride>`
123
-method gets called automatically. It becomes the service container parameter
124
-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
125
+:ref:`symfony2-reverse-proxy` for details).
126
127
.. seealso::
128
0 commit comments