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 5632469 commit 6d37ca1Copy full SHA for 6d37ca1
docs/modules/ROOT/pages/servlet/authorization/authorize-requests.adoc
@@ -163,8 +163,9 @@ SecurityFilterChain web(HttpSecurity http) throws Exception {
163
return http.build();
164
}
165
----
166
+
167
.XML
-[source,xml]
168
+[source,xml,role="secondary"]
169
170
<http once-per-request="false">
171
<intercept-url pattern="/**" access="authenticated"/>
@@ -193,7 +194,7 @@ SecurityFilterChain web(HttpSecurity http) throws Exception {
193
194
195
196
197
198
199
<http auto-config="true" once-per-request="false">
200
<intercept-url request-matcher-ref="dispatcherTypeMatcher" access="permitAll" />
0 commit comments