Session.save() potentially causes endless loop when READ permission is denied
on root node
------------------------------------------------------------------------------------------
Key: JCR-2758
URL: https://issues.apache.org/jira/browse/JCR-2758
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Reporter: Stefan Guggisberg
Fix For: 2.2.0
if the current session doesn't have read permission on the root node, calling
Session.save() triggers a call to
SessionItemStateManager.getIdOfRootTransientNodeState()
in order to find the root of the minimal subtree including all transient
states. this might cause an endless loop, depending on the transient changes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.