You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2010/12/07 13:02:11 UTC

[jira] Updated: (SANTUARIO-202) ConcurrentModificationException in XMLUtils

     [ https://issues.apache.org/jira/browse/SANTUARIO-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh updated SANTUARIO-202:
------------------------------------------

    Fix Version/s: Java 1.4.4
         Assignee:     (was: XML Security Developers Mailing List)

> ConcurrentModificationException in XMLUtils
> -------------------------------------------
>
>                 Key: SANTUARIO-202
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-202
>             Project: Santuario
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: Java 1.4.2
>         Environment: Operating System: Windows XP
> Platform: PC
>            Reporter: mirko
>             Fix For: Java 1.4.4
>
>         Attachments: patch.txt, patch.txt
>
>
> 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'.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.