hi.
i have these folders node:
/documents/reviews

when i revoke read permission on "documents" and recursively
on "reviews" and try to call
root.getNode("documents/reviews") it works fine. 
(it throws an exception)

but, when i revoke read permission only on "documents",
trying to call root.getNode("documents/reviews") doesn't
throw exception,
but i think that it should throws an exception the same,
because it
has however to first read to "documents" node. it seems that
it doesn't consider the "documents" node.
does anyone can explain me this strange behaviour?
thanks

Reply via email to