Skip to content

Commit e125a76

Browse files
committed
Fix rnc typo
Issue gh-11076
1 parent ff0d85e commit e125a76

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

config/src/main/resources/org/springframework/security/config/spring-security-5.8.rnc

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ websocket-message-broker.attrlist &=
291291
websocket-message-broker.attrlist &=
292292
## Disables the requirement for CSRF token to be present in the Stomp headers (default false). Changing the default is useful if it is necessary to allow other origins to make SockJS connections.
293293
attribute same-origin-disabled {xsd:boolean}?
294-
websocket-message-broker.attlist &=
294+
websocket-message-broker.attrlist &=
295295
## Use this AuthorizationManager instead of deriving one from <intercept-message> elements
296296
attribute authorization-manager-ref {xsd:string}?
297297
websocket-message-broker.attrlist &=

config/src/main/resources/org/springframework/security/config/spring-security-5.8.xsd

+4-6
Original file line numberDiff line numberDiff line change
@@ -915,17 +915,15 @@
915915
</xs:documentation>
916916
</xs:annotation>
917917
</xs:attribute>
918-
<xs:attribute name="use-authorization-manager" type="xs:boolean">
918+
<xs:attribute name="authorization-manager-ref" type="xs:string">
919919
<xs:annotation>
920-
<xs:documentation>Use AuthorizationManager API instead of SecurityMetadatasource
920+
<xs:documentation>Use this AuthorizationManager instead of deriving one from &lt;intercept-message&gt; elements
921921
</xs:documentation>
922922
</xs:annotation>
923923
</xs:attribute>
924-
</xs:attributeGroup>
925-
<xs:attributeGroup name="websocket-message-broker.attlist">
926-
<xs:attribute name="authorization-manager-ref" type="xs:string">
924+
<xs:attribute name="use-authorization-manager" type="xs:boolean">
927925
<xs:annotation>
928-
<xs:documentation>Use this AuthorizationManager instead of deriving one from &lt;intercept-message&gt; elements
926+
<xs:documentation>Use AuthorizationManager API instead of SecurityMetadatasource
929927
</xs:documentation>
930928
</xs:annotation>
931929
</xs:attribute>

config/src/main/resources/org/springframework/security/config/spring-security-6.0.rnc

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ websocket-message-broker.attrlist &=
291291
websocket-message-broker.attrlist &=
292292
## Disables the requirement for CSRF token to be present in the Stomp headers (default false). Changing the default is useful if it is necessary to allow other origins to make SockJS connections.
293293
attribute same-origin-disabled {xsd:boolean}?
294-
websocket-message-broker.attlist &=
294+
websocket-message-broker.attrlist &=
295295
## Use this AuthorizationManager instead of deriving one from <intercept-message> elements
296296
attribute authorization-manager-ref {xsd:string}?
297297
websocket-message-broker.attrlist &=

config/src/main/resources/org/springframework/security/config/spring-security-6.0.xsd

+4-6
Original file line numberDiff line numberDiff line change
@@ -915,17 +915,15 @@
915915
</xs:documentation>
916916
</xs:annotation>
917917
</xs:attribute>
918-
<xs:attribute name="use-authorization-manager" type="xs:boolean">
918+
<xs:attribute name="authorization-manager-ref" type="xs:string">
919919
<xs:annotation>
920-
<xs:documentation>Use AuthorizationManager API instead of SecurityMetadatasource
920+
<xs:documentation>Use this AuthorizationManager instead of deriving one from &lt;intercept-message&gt; elements
921921
</xs:documentation>
922922
</xs:annotation>
923923
</xs:attribute>
924-
</xs:attributeGroup>
925-
<xs:attributeGroup name="websocket-message-broker.attlist">
926-
<xs:attribute name="authorization-manager-ref" type="xs:string">
924+
<xs:attribute name="use-authorization-manager" type="xs:boolean">
927925
<xs:annotation>
928-
<xs:documentation>Use this AuthorizationManager instead of deriving one from &lt;intercept-message&gt; elements
926+
<xs:documentation>Use AuthorizationManager API instead of SecurityMetadatasource
929927
</xs:documentation>
930928
</xs:annotation>
931929
</xs:attribute>

0 commit comments

Comments
 (0)