Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Document new framework option http_method_override#2355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Hey@hacfi! I've merged this in with a few additional changes. One of them - at sha:647fd97 - updates a note to explain that this functionality was disabled in 2.2 by default, but is enabled by default once again in 2.3. That's how I understand what's happened here - but it's rare for something to change (2.1 -> 2.2) then change back (2.2 -> 2.3), so I wanted to double-check. Thanks! |
If
http_method_override
is set totrue
(default value), the methodRequest::enableHttpMethodParameterOverride() is called before the Request is handled.
Please note that this means it is enabled by default when using the FrameworkBundle and disabled when using HttpFoundation as a standalone component (2.3).