hi jose
i have a folder called contracts i want to deny read permission for everyone except an specific group, how can i do that? i've managed to add writer permissions to a group but not to deny read permission for everyone else.
the JCR 2.0 access control api doesn't provide means to explicitly deny permissions on a particular node. for this you have to cast to the Jackrabbit API that provides some extensions. see http://jackrabbit.apache.org/api/2.0/org/apache/jackrabbit/api/security/package-summary.html hope that helps angela
