Restrict HTTP methods on Reactive HiddenHttpMethodFilter
This commit restricts the allowed HTTP methods on HiddenHttpMethodFilter
(Reactive variant) to the following: PUT, DELETE, PATCH.
This filter is meant to be used to simulate those methods from HTML
forms sent by browsers, so no other methods are allowed.
Issue: SPR-16836
@ -87,7 +94,12 @@ public class HiddenHttpMethodFilter implements WebFilter {
@@ -87,7 +94,12 @@ public class HiddenHttpMethodFilter implements WebFilter {