Fix rnc typo

Issue gh-11076
This commit is contained in:
Josh Cummings 2022-05-27 16:59:23 -06:00
parent 0abc54c7de
commit 7c0ba58019
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
2 changed files with 37 additions and 37 deletions

View File

@ -291,7 +291,7 @@ websocket-message-broker.attrlist &=
websocket-message-broker.attrlist &=
## 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.
attribute same-origin-disabled {xsd:boolean}?
websocket-message-broker.attlist &=
websocket-message-broker.attrlist &=
## Use this AuthorizationManager instead of deriving one from <intercept-message> elements
attribute authorization-manager-ref {xsd:string}?
websocket-message-broker.attrlist &=

View File

@ -917,13 +917,13 @@
</xs:attribute>
<xs:attribute name="authorization-manager-ref" type="xs:string">
<xs:annotation>
<xs:documentation>Use this instance of AuthorizationManager instead of the `intercept-message` elements
<xs:documentation>Use this AuthorizationManager instead of deriving one from &lt;intercept-message&gt; elements
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="use-authorization-manager" type="xs:boolean">
<xs:annotation>
<xs:documentation>Uses AuthorizationManager API in favor of legacy authorization APIs
<xs:documentation>Use AuthorizationManager API instead of SecurityMetadatasource
</xs:documentation>
</xs:annotation>
</xs:attribute>