https://issues.apache.org/bugzilla/show_bug.cgi?id=47779
Summary: ConcurrentModificationException in XMLUtils
Product: Security
Version: Java 1.4.2
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P2
Component: Signature
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2009-09-03 06:00:21 PDT ---
XMLUtils.createElementInSignatureSpace is not threadsafe.
There is a chance of getting a ConcurrentModificationException if two threads
try to access this method at the same time because of an unsynchronized access
to the Hashtable named 'namePrefixes'.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.