You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Stefan Guggisberg (JIRA)" <ji...@apache.org> on 2010/09/27 16:47:34 UTC

[jira] Resolved: (JCR-2758) Session.save() potentially causes endless loop when READ permission is denied on root node

     [ https://issues.apache.org/jira/browse/JCR-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Guggisberg resolved JCR-2758.
------------------------------------

    Resolution: Fixed

fixed in svn r1001763

> 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.