mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
This commit adds a new configuration property `"spring.webflux.hiddenmethod.filter.enable"` that enables/disables the `HttpHiddenMethodFilter` in Spring WebFlux. Closes gh-14520