angela created OAK-214:
--------------------------
Summary: PropertyImpl#getParent violates JCR API
Key: OAK-214
URL: https://issues.apache.org/jira/browse/OAK-214
Project: Jackrabbit Oak
Issue Type: Bug
Components: jcr
Reporter: angela
Item#getParent mandates that an AccessDeniedException is thrown if the
parent of an item is not accessible.
however, the implementation in this case throws an
InvalidItemStateException("Property is stale") and PropertyDelegate#getParent
marks the return value as @Nonnull.
most probably that needs some additional fixed down the line and isn't as
trivial to fix as oak-213
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira