mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
The MultiServerUserRegistry now supports scenarios where the same user is connected to multiple servers. For such cases the SimpUser returned from the registry exposes all sessions across all servers. Issue: SPR-13800