-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.1.1
-
Component/s: Integration - JIRA
-
None
-
Environment:
This appears to only be reproducible in Resin environments
Below is the exception being caused on logout for JIRA:
java.util.ConcurrentModificationException
at java.util.Hashtable$Enumerator.next()Ljava.lang.Object;(Unknown Source)
at java.util.Collections$1.nextElement(Collections.java:3376)
at com.atlassian.crowd.integration.seraph.JIRAAuthenticator.logoutUser(JIRAAuthenticator.java:21)
at com.atlassian.crowd.integration.seraph.CrowdAuthenticator.isAuthenticated(CrowdAuthenticator.java:174)
at com.atlassian.crowd.integration.seraph.CrowdAuthenticator.getUser(CrowdAuthenticator.java:238)
at com.atlassian.seraph.filter.SecurityFilter.doFilter(SecurityFilter.java:129)