Configure WebFlux HiddenHttpMethodFilter with property
This commit adds a new configuration property `"spring.webflux.hiddenmethod.filter.enable"` that enables/disables the `HttpHiddenMethodFilter` in Spring WebFlux. Closes gh-14520
This commit is contained in:
@@ -519,6 +519,7 @@ content into your application. Rather, pick only the properties that you need.
|
||||
|
||||
# SPRING WEBFLUX ({sc-spring-boot-autoconfigure}/web/reactive/WebFluxProperties.{sc-ext}[WebFluxProperties])
|
||||
spring.webflux.date-format= # Date format to use. For instance, `dd/MM/yyyy`.
|
||||
spring.webflux.hiddenmethod.filter.enabled=true # Whether to enable Spring's HiddenHttpMethodFilter.
|
||||
spring.webflux.static-path-pattern=/** # Path pattern used for static resources.
|
||||
|
||||
# SPRING WEB SERVICES ({sc-spring-boot-autoconfigure}/webservices/WebServicesProperties.{sc-ext}[WebServicesProperties])
|
||||
|
||||
Reference in New Issue
Block a user