Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.12, 2.4.2, 2.5
-
None
Description
Before JCR-3291 was fixed, Session#move(String, String) could move nodes without having read-access to the whole tree.
- Deny jcr:read on /home and grant jcr:all on /home/users/usera to usera
- Move nodes from /home/users/usera/from to /home/users/usera/to with usera's session
- AccessDeniedException is thrown
http://article.gmane.org/gmane.comp.apache.jackrabbit.user/18892