The following issue has been updated:

    Updater: Jeremy Ford (mailto:[EMAIL PROTECTED])
       Date: Mon, 5 Apr 2004 8:58 AM
    Changes:
             summary changed from Concurrent modification possible in FileCache to 
[FIX] Concurrent modification possible in FileCache
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JS1-453?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JS1-453

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS1-453
    Summary: [FIX] Concurrent modification possible in FileCache
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Jetspeed
 Components: 
             Cache
   Fix Fors:
             1.5
   Versions:
             1.5

   Assignee: 
   Reporter: Jeremy Ford

    Created: Mon, 5 Apr 2004 8:52 AM
    Updated: Mon, 5 Apr 2004 8:58 AM
Environment: All

Description:
The file cache returns a collection of values from its internal map.  At the same 
time, there is a thread that iterates over these values checking for updates.  If the 
first thread attempts to remove a value from the cache, this can cause a 
ConcurrentModificationException.  The background thread needs to be synchronized to 
prevent this.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to