Просмотр исходного кода

Merge branch '5.8.x' into 6.0.x

Closes gh-13205
Josh Cummings 2 лет назад
Родитель
Сommit
c3174179a3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/modules/ROOT/pages/servlet/integrations/websocket.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/integrations/websocket.adoc

@@ -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:
 
 ====