From 0c42b61cc16387f5f1cd36c0e024fca5c95b0318 Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Thu, 10 Jul 2025 15:03:10 -0600 Subject: [PATCH] Restore legacy-websocket-configuration Link In this way, links to this section will still arrive at something helpful. Issue gh-17295 --- docs/modules/ROOT/pages/servlet/integrations/websocket.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc index be9efb1bd0..e48f531482 100644 --- a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc +++ b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc @@ -705,3 +705,9 @@ If we use XML-based configuration, we can use thexref:servlet/appendix/namespace ---- + +[[legacy-websocket-configuration]] +== Legacy WebSocket Configuration + +`AbstractSecurityWebSocketMessageBrokerConfigurer` and `MessageSecurityMetadataSourceRegistry` are removed as of Spring Security 7. +Please see https://docs.spring.io/spring-security/reference/5.8/migration/servlet/authorization.html#_use_authorizationmanager_for_message_security[the 5.8 migration guide] for guidance.