hi what version of jackrabbit are you using?
with the initial steps for jsr 283 security features the AccessManager permissions have been deprecated. as far as i am aware of AccessManager.isGranted(ItemId, int) is (with the latest version of jackrabbit) only used for READ access and those are prone to be replaced as well. angela
hi, when i call a Node.remove() method it seems JR always try to check a WRITE permission (not a REMOVE one) in my AccessManagerImpl.isGranted(). i could think it's right, but in which cases a REMOVE permission is checked? thanks in advance.
