@ -206,8 +206,8 @@ open fun web(http: HttpSecurity): SecurityFilterChain {
@@ -206,8 +206,8 @@ open fun web(http: HttpSecurity): SecurityFilterChain {
----
====
Now with the authorization rules applying to all dispatcher types, you have more control of the authorization on them.
For example, you may want to configure `shouldFilterAllDispatcherTypes` to `true` but not apply authorization on requests with dispatcher type `ASYNC` or `FORWARD`.
Instead of setting `shouldFilterAllDispatcherTypes` to `false`, the recommended approach is to customize authorization on the dispatcher types.
For example, you may want to grant all access on requests with dispatcher type `ASYNC` or `FORWARD`.
.Permit ASYNC and FORWARD dispatcher type
====
@ -218,7 +218,6 @@ For example, you may want to configure `shouldFilterAllDispatcherTypes` to `true
@@ -218,7 +218,6 @@ For example, you may want to configure `shouldFilterAllDispatcherTypes` to `true
@ -255,7 +253,6 @@ You can also customize it to require a specific role for a dispatcher type:
@@ -255,7 +253,6 @@ You can also customize it to require a specific role for a dispatcher type: