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: security-dev@xml.apache.org
        ReportedBy: mi...@zeiban.de


--- Comment #0 from mi...@zeiban.de 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.

Reply via email to