spring-framework/spring-websocket/src
Rossen Stoyanchev 8751936b12 Fix issue with sub-protocol negotiation and SockJS
Before this change the SockJsWebSocketHandler precluded determination
of the sub-protocols by wrapping the actual target handler.

After this change SockJsWebSocketHandler implements SubProtocolCapable
and returns the list of sub-protocols from the wrapped handler.
2014-07-31 10:33:11 -04:00
..
main Fix issue with sub-protocol negotiation and SockJS 2014-07-31 10:33:11 -04:00
test Fix issue with sub-protocol negotiation and SockJS 2014-07-31 10:33:11 -04:00