diff --git a/docs/modules/ROOT/pages/servlet/authorization/authorize-requests.adoc b/docs/modules/ROOT/pages/servlet/authorization/authorize-requests.adoc index 505773efca..1cc97bc13b 100644 --- a/docs/modules/ROOT/pages/servlet/authorization/authorize-requests.adoc +++ b/docs/modules/ROOT/pages/servlet/authorization/authorize-requests.adoc @@ -163,8 +163,9 @@ SecurityFilterChain web(HttpSecurity http) throws Exception { return http.build(); } ---- + .XML -[source,xml] +[source,xml,role="secondary"] ---- @@ -193,7 +194,7 @@ SecurityFilterChain web(HttpSecurity http) throws Exception { } ---- .XML -[source,xml] +[source,xml,role="secondary"] ----