-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 14
-
Component/s: core-libs
-
b23
-
generic
-
generic
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8304426 | 11.0.20 | Andrey Turbanov | P4 | Resolved | Fixed | b01 |
A DESCRIPTION OF THE PROBLEM :
AuthenticationFilter.Cache::remove method iterates through collection and removes elements from this collection in the same time. This causes ConcurrentModificationException
FREQUENCY : always
AuthenticationFilter.Cache::remove method iterates through collection and removes elements from this collection in the same time. This causes ConcurrentModificationException
FREQUENCY : always
- backported by
-
JDK-8304426 AuthenticationFilter.Cache::remove may throw ConcurrentModificationException
-
- Resolved
-
- relates to
-
JDK-8233589 Revisit AuthenticationFilter.Cache
-
- Open
-