mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
05f163b37d
Before this change <websocket:decorator-factory> decorated to the SubProtocolWebSocketHandler RootBeanDefinition rather than using a RuntimeBeanReference, which led to a separate instance of SubProtocolWebSocketHandler to be created. Issue: SPR-13190