mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
25ff34f3c7
After this change JettyRequestUpgradeStrategy implements Lifecyle, which is used to init and cleanup the Jetty WebSocketServerFactory. Since a RequestUpgradeStrategy is typically created reflectively within DefaultHandshakeHandler, the Lifecycle events are propagated from the top, i.e. the Spring MVC HandlerMapping through the WebSocket/SockJsHttpRequestHandler. Issue: SPR-13140