Skip to content

Commit 6b19728

Browse files
LeovRjzheaux
authored andcommitted
Fix legacy-websocket-configuration cross-reference
Closes gh-12969
1 parent 35ad1f8 commit 6b19728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/integrations/websocket.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ open class WebSocketSecurityConfig : WebSocketMessageBrokerConfigurer {
397397
----
398398
====
399399

400-
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.
400+
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.
401401
For example, in Java Configuration you can use the following:
402402

403403
====

0 commit comments

Comments
 (0)