Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.6.6
-
None
Description
The processTokenExpiry function iterates through a set and, if things have expired, removes them from the same set it is iterating over. This throws a ConcurrentModificationException.