Files
spring-security/core/src
Jeffrey Morlan 178a5e0819 Fix race condition in SessionRegistryImpl
Adding/removing sessions from principals wasn't atomic. If one thread
removed the last session from a principal while another thread added a
new one, the addition could be lost.

Fixes gh-3189
2019-08-06 13:46:08 -05:00
..
2015-03-25 13:08:52 -05:00
2019-04-02 09:32:28 -06:00