You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by bu...@apache.org on 2008/10/27 22:04:19 UTC

DO NOT REPLY [Bug 46101] New: org.apache.xml.security.utils.IdResolver is not thread safe

https://issues.apache.org/bugzilla/show_bug.cgi?id=46101

           Summary: org.apache.xml.security.utils.IdResolver is not thread
                    safe
           Product: Security
           Version: Java 1.4.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Signature
        AssignedTo: security-dev@xml.apache.org
        ReportedBy: sean.mullan@sun.com


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 end up exhibiting erratic behavior.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 46101] org.apache.xml.security.utils.IdResolver is not thread safe

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46101


sean.mullan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.