From a7080075364c8e60614608bf74cf0043c8d43016 Mon Sep 17 00:00:00 2001 From: slauth Date: Thu, 16 Mar 2023 10:13:43 +0100 Subject: [PATCH] fix ID of WebSocket Authorization section Throughout this document there are 3 references to `<>` but the section ID was actually named `[[websocket-configuration]]` --- 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 27a535e1b0..2845b94a6a 100644 --- a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc +++ b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc @@ -20,7 +20,7 @@ If you are using Spring Security, the `Principal` on the `HttpServletRequest` is More concretely, to ensure a user has authenticated to your WebSocket application, all that is necessary is to ensure that you setup Spring Security to authenticate your HTTP based web application. -[[websocket-configuration]] +[[websocket-authorization]] == WebSocket Authorization Spring Security 4.0 has introduced authorization support for WebSockets through the Spring Messaging abstraction.