angela created OAK-217:
--------------------------

             Summary: Session methods rely on accessibility of root node
                 Key: OAK-217
                 URL: https://issues.apache.org/jira/browse/OAK-217
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: jcr
            Reporter: angela


the current implementation of Session methods used to access items rely on the 
accessibility of the root node. This affects:

Session#getItem
Session#itemExists
Session#getNode
Session#nodeExists
Session#getProperty
Session#propertyExists

since we cannot rely on the accessibility of the root node SessionImpl should 
add it's own implementation of those methods instead of using the once
provided by AbstractSession.

--
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

        

Reply via email to