Skip to content

Commit b560fab

Browse files
committed
Added message from #5008
1 parent 5ee19ed commit b560fab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ http_method_override
120120
This determines whether the ``_method`` request parameter is used as the intended
121121
HTTP method on POST requests. If enabled, the
122122
: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``.
123+
method gets called automatically, unless the application uses a kernel based on
124+
the cache, where you need to invoke that method manually (see
125+
:ref:`symfony2-reverse-proxy` for details).
125126

126127
.. seealso::
127128

0 commit comments

Comments
 (0)