spring-security/core
Jeffrey Morlan 466b8a1d82 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:47:45 -05:00
..
src Fix race condition in SessionRegistryImpl 2019-08-06 13:47:45 -05:00
spring-security-core.gradle Make MIN_SPRING_VERSION Dynamic 2018-05-03 11:01:27 -05:00