[
https://issues.apache.org/jira/browse/JCR-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
angela resolved JCR-1729.
-------------------------
Resolution: Fixed
Fix Version/s: 1.6.0
> Node#addNode fails with AccessDeniedException if session lacks
> read-permission to an ancestor
> ---------------------------------------------------------------------------------------------
>
> Key: JCR-1729
> URL: https://issues.apache.org/jira/browse/JCR-1729
> Project: Jackrabbit
> Issue Type: Bug
> Components: jackrabbit-core, security
> Reporter: christian
> Priority: Minor
> Fix For: 1.6.0
>
> Attachments: JCR-1729.diff
>
>
> Consider a Session that has following permissions:
> /home -> no permission
> /home/myself -> read|remove|set_property|add_node
> if this session tries to add a Node to /home/myself.
> An AccessDeniedException is thrown indicateing that it can not read /home.
> The Exception is caused by the Node's check, if it is checked-out.
> This check asumes that the session has read-access to all its ancestors.
> Which breaks in this case:
> see NodeImpl internalIsCheckedOut() (ln 3875)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.