Fix legacy-websocket-configuration cross-reference

Closes gh-12969
This commit is contained in:
Jan Marten 2023-04-05 11:43:53 +02:00 committed by Josh Cummings
parent 35ad1f857e
commit 6b19728c54
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ open class WebSocketSecurityConfig : WebSocketMessageBrokerConfigurer {
----
====
On the other hand, if you are using the <<legacy `AbstractSecurityWebSocketMessageBrokerConfigurer`,legacy-websocket-configuration>> and you want to allow other domains to access your site, you can disable Spring Security's protection.
On the other hand, if you are using the <<legacy-websocket-configuration,legacy `AbstractSecurityWebSocketMessageBrokerConfigurer`>> and you want to allow other domains to access your site, you can disable Spring Security's protection.
For example, in Java Configuration you can use the following:
====