فهرست منبع

Merge branch '5.8.x' into 6.0.x

Closes gh-13125
Marcus Da Coregio 2 سال پیش
والد
کامیت
b6dcb29a11
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/modules/ROOT/pages/servlet/authorization/authorize-requests.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/authorization/authorize-requests.adoc

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