We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cff9ff commit 14b328eCopy full SHA for 14b328e
docs/modules/ROOT/pages/servlet/authorization/authorize-http-requests.adoc
@@ -562,8 +562,8 @@ http
562
----
563
http {
564
authorizeHttpRequests {
565
- authorize(DispatcherType.FORWARD, permitAll)
566
- authorize(DispatcherType.ERROR, permitAll)
+ authorize(DispatcherTypeRequestMatcher(DispatcherType.FORWARD), permitAll)
+ authorize(DispatcherTypeRequestMatcher(DispatcherType.ERROR), permitAll)
567
authorize("/endpoint", permitAll)
568
authorize(anyRequest, denyAll)
569
}
0 commit comments