You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2014/01/10 16:52:52 UTC

[jira] [Updated] (OAK-710) PermissionValidator: Proper permission evaluation for moving/renaming nodes

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

angela updated OAK-710:
-----------------------

    Description: 
In jr-core renaming just requires MODIFY_CHILD_NODE_COLLECTION permission;
move requires modification of the child collection plus remove + add of the target node.

However, the Validator interface currently doesn't allow for easy detection
of move/rename operations. For backwards compatibility it was desirable
to find a solution for this open issue.


  was:
In jr-core renaming/moving nodes just this just requires MODIFY_CHILD_NODE_COLLECTION permission instead of remove + add node.

However, the Validator interface currently doesn't allow for easy detection
of move/rename operations. For backwards compatibility it was desirable
to find a solution for this open issue.



> PermissionValidator: Proper permission evaluation for moving/renaming nodes
> ---------------------------------------------------------------------------
>
>                 Key: OAK-710
>                 URL: https://issues.apache.org/jira/browse/OAK-710
>             Project: Jackrabbit Oak
>          Issue Type: Sub-task
>          Components: core
>            Reporter: angela
>            Assignee: angela
>             Fix For: 0.15
>
>         Attachments: OAK-710.patch
>
>
> In jr-core renaming just requires MODIFY_CHILD_NODE_COLLECTION permission;
> move requires modification of the child collection plus remove + add of the target node.
> However, the Validator interface currently doesn't allow for easy detection
> of move/rename operations. For backwards compatibility it was desirable
> to find a solution for this open issue.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)