Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2013
Merged

Document new framework option http_method_override #2355

merged 1 commit into from
Mar 31, 2013

Conversation

hacfi
Copy link
Contributor

@hacfi hacfi commented Mar 25, 2013

Q A
Doc fix? yes
New docs? yes (symfony/symfony#7202)
Applies to master (2.3+)
Fixed tickets

If http_method_override is set to true (default value), the method
Request::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).

@weaverryan weaverryan merged commit d879786 into symfony:master Mar 31, 2013
@weaverryan
Copy link
Member

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!

@hacfi hacfi deleted the http_method_override branch April 1, 2013 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants