-
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