Java Mailing List Archive

http://www.java2.5341.com/

Home » issues.maven »

[jira] Created: (MNG-3797) RealmUtils.create*Id() does not properly
separate multiple threads

Jan Bartel (JIRA)

2008-10-17

Replies: Find Java Web Hosting

Author LoginPost Reply
RealmUtils.create*Id() does not properly separate multiple threads
------------------------------------------------------------------

          Key: MNG-3797
          URL: http://jira.codehaus.org/browse/MNG-3797
        Project: Maven 2
      Issue Type: Bug
      Components: Class Loading
  Affects Versions: 3.0-alpha-1
       Reporter: Benjamin Bentmann


In [r611615|http://svn.eu.apache.org/viewvc?view=rev&revision=611615], the realm identifiers have been extended with the thread identifier to prevent clashes in parallel executions. This has been broken in [r614316|http://svn.eu.apache.org/viewvc?view=rev&revision=614316] by switching from {{Thread.getId()}} to {{Thread.getName()}} as a thread's name is not necessarily unique.

Since JDK 1.4 compat is no longer required for trunk, the original could be restored.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

   
©2008 java2.5341.com - Jax Systems, LLC, U.S.A.