Merge branch '5.8.x' into 6.0.x

Closes gh-13125
This commit is contained in:
Marcus Da Coregio 2023-05-02 16:08:48 -03:00
commit b6dcb29a11
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ SecurityFilterChain web(HttpSecurity http) throws Exception {
} }
---- ----
.XML .XML
[source,xml] [source,xml,role="secondary"]
---- ----
<http auto-config="true"> <http auto-config="true">
<intercept-url request-matcher-ref="dispatcherTypeMatcher" access="permitAll" /> <intercept-url request-matcher-ref="dispatcherTypeMatcher" access="permitAll" />