Skip to content

Commit 709a41f

Browse files
committed
Fix broken links to WebSocket support in Spring Security & Spring Session
1 parent 90072d0 commit 709a41f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docs/asciidoc/web/websocket.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,11 +1732,11 @@ the user is already authenticated at the HTTP transport level, and expects that
17321732
the WebSocket or SockJS session contain the authenticated user.
17331733

17341734
NOTE: Spring Security provides
1735-
https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/#websocket[WebSocket sub-protocol authorization]
1735+
https://docs.spring.io/spring-security/reference/servlet/integrations/websocket.html#websocket-authorization[WebSocket sub-protocol authorization]
17361736
that uses a `ChannelInterceptor` to authorize messages based on the user header in them.
1737-
Also, Spring Session provides a
1738-
https://docs.spring.io/spring-session/docs/current/reference/html5/#websocket[WebSocket integration]
1739-
that ensures the user HTTP session does not expire when the WebSocket session is still active.
1737+
Also, Spring Session provides
1738+
https://docs.spring.io/spring-session/reference/web-socket.html[WebSocket integration]
1739+
that ensures the user's HTTP session does not expire while the WebSocket session is still active.
17401740

17411741

17421742

0 commit comments

Comments
 (0)