You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by an...@apache.org on 2014/01/16 16:03:50 UTC

svn commit: r1558823 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences_permission.md

Author: angela
Date: Thu Jan 16 15:03:50 2014
New Revision: 1558823

URL: http://svn.apache.org/r1558823
Log:
OAK-770 : NodeImpl should implement JackrabbitNode (wip)

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences_permission.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences_permission.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences_permission.md?rev=1558823&r1=1558822&r2=1558823&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences_permission.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences_permission.md Thu Jan 16 15:03:50 2014
@@ -27,6 +27,12 @@ with respect to Jackrabbit 2.
   backwards compatibility but this flag is currently not enabled by default. Please let us know if
   you suspect this causes wrong behavior in your application.
 
+* 'JackrabbitNode#rename': Due to the nature of the diff mechanism in oak it is
+  not possible to distinguish between rename and a move-call with subsequent
+  reordering. Consequently the permission evaluation will no longer apply the
+  special handling for the renaming as it was present in Jackrabbit 2.x (renaming
+  just required the ability to modify the child collection of the parent node).
+
 * By default user management operations require the specific user mgt related
   permission that has been introduced with OAK-1.0. This behavior can be
   turned off by setting the corresponding configuration flag.