mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 05:09:13 +00:00
This change adds a protected method to DefaultHandshakeHandler to determine the user for the WebSocket session. By default it's implemeted to obtain it from the request. Issue: SPR-11228