-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Affects Version/s: 2.3.3
-
Component/s: None
This occurs because we use referential equality to determine which repository a user belongs in, but get the user's repository from a clustered cache.
See: com.atlassian.user.impl.delegation.security.authentication.DeleagtingAuthenticator.java:47 and com.atlassian.user.impl.cache.CachingUserManager.java:219