Merge branch '5.8.x' into 6.0.x

Closes gh-13205
This commit is contained in:
Josh Cummings 2023-05-22 14:45:28 -06:00
commit c3174179a3
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,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:
====