hi jacco
I see that when a new JCR object is created, before it is actually created an READ permission is asked of the jcr:created property.
in the item manager there is always a check for READ permission on the id/path before the corresponding jcr item is created (or returned). but the jcr:created property doesn't have any relation to that. can you check where that comes from?
Because I override the isGranted() method I expect the object being created before(!) the READ check.
you mean the item? you can't expect that. regards angela
