• Andy Wilkinson's avatar
    Disable HiddenHttpMethodFilter by default · 6a777a7f
    Andy Wilkinson authored
    HiddenHttpMethodFilter can be problematic as it causes early
    consumption of a request body if the body may contain parameters. This
    happens as the filter needs to read the parameters to see if an
    _method parameter is present. The filter is only beneficial for web
    applications that are the hidden HTTP method functionality but is
    potentially detriimental to all applications that are not. As such
    we no longer believe that it should be enabled by default and users
    should be required to opt in.
    
    Closes gh-16953
    6a777a7f
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...