Hi, I'm working on adding some authentication/authorization to our application which uses Jackrabbit 2.1. How can I best control access to a node (and it's children) so that one user has read/write access to the subtree, but all other users don't have any access (not even read access).
I've looked at using the principal based ACLProvider, but I can't find any examples detailing how to actually use it. Thanks, Joel [email protected]
