Avoid item state reads during Session.logout()
----------------------------------------------
Key: JCR-2643
URL: https://issues.apache.org/jira/browse/JCR-2643
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: jackrabbit-core
Reporter: Marcel Reutegger
Priority: Minor
This is a follow up issue for JCR-2231. There's a second
CachingHierarchyManager attached to the LocalItemStateManager, which it
unregistered too late and causes reads on the SharedItemStateManager on Session
logout. The hierarchy manager should be unregistered as listener before the
state manager is disposed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.