CachingResourceLoader uses unsynchronized Map for maintaining cache but
accesses Map from multiple threads
----------------------------------------------------------------------------------------------------------
Key: TRINIDAD-1403
URL: https://issues.apache.org/jira/browse/TRINIDAD-1403
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.0.10-core, 1.2.10-core
Reporter: Blake Sullivan
CachingResourceLoader uses unsynchronized Map for maintaining cache but
accesses Map from multiple threads. This can result in corruption of the Map.
The fix is to use a ConcurrentHashMap
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.