-
Bug
-
Resolution: Fixed
-
P3
-
6, 7
-
b01
-
sparc
-
solaris_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2168892 | 7 | Sean Mullan | P4 | Closed | Fixed | b40 |
com.sun.org.apache.xml.internal.security.utils.IdResolver is not thread-safe. It uses an unsynchronized WeakHashMap to store id/element mappings. Multiple threads running in parallel that use this class to register and retrieve id mappings can exhibit erratic behavior.
- backported by
-
JDK-2168892 com.sun.org.apache.xml.internal.security.utils.IdResolver is not thread safe
- Closed