Add property to disable HiddenHttpMethodFilter

Closes gh-14030
This commit is contained in:
artsiom
2018-08-17 10:24:26 +02:00
committed by Brian Clozel
parent 4bc5535c37
commit d22c3e2787
4 changed files with 25 additions and 0 deletions

View File

@@ -429,6 +429,7 @@ content into your application. Rather, pick only the properties that you need.
spring.mvc.dispatch-options-request=true # Whether to dispatch OPTIONS requests to the FrameworkServlet doService method.
spring.mvc.favicon.enabled=true # Whether to enable resolution of favicon.ico.
spring.mvc.formcontent.putfilter.enabled=true # Whether to enable Spring's HttpPutFormContentFilter.
spring.mvc.hiddenmethod.filter.enabled=true # Whether to enable Spring's HiddenHttpMethodFilter.
spring.mvc.ignore-default-model-on-redirect=true # Whether the content of the "default" model should be ignored during redirect scenarios.
spring.mvc.locale= # Locale to use. By default, this locale is overridden by the "Accept-Language" header.
spring.mvc.locale-resolver=accept-header # Define how the locale should be resolved.