From 6b19728c54204c8b785a6cbfab95835bd711d03e Mon Sep 17 00:00:00 2001 From: Jan Marten Date: Wed, 5 Apr 2023 11:43:53 +0200 Subject: [PATCH] Fix legacy-websocket-configuration cross-reference Closes gh-12969 --- docs/modules/ROOT/pages/servlet/integrations/websocket.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc index 2845b94a6a..aed0ec96b9 100644 --- a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc +++ b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc @@ -397,7 +397,7 @@ open class WebSocketSecurityConfig : WebSocketMessageBrokerConfigurer { ---- ==== -On the other hand, if you are using the <> 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 <> 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: ====