Missing synchronization in InternalVersionHistoryImpl
-----------------------------------------------------
Key: JCR-2586
URL: https://issues.apache.org/jira/browse/JCR-2586
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core, versioning
Affects Versions: 2.0.0
Reporter: Jukka Zitting
The InternalVersionHistoryImpl objects can be accessed (and modified)
concurrently by multiple sessions, which can in some rare cases result in
corruption in the internal cache map data structures. Access to these cache
maps should be properly synchronized.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.