Description
the current implementation of Session methods access items rely on the
accessibility of the root which isn't something we can rely on.
the affected methods are
- Session#itemExists
- Session#propertyExists
- Session#nodeExists
- Session#getItem
- Session#getProperty
- Session#getNode
right now they are all inherited from the implementation in AbstractSession.