I'm implementing my own access manager and I have some issues. In isGranted method I get the ItemId. If it is a Node, I can typecast it as (NodeId) itemId. Now I can access to method getUUID() and locate the checked node using session. But what about nodes with no "jcr:uuid" atribute?
So, I need to access to tested access node to get some properties. -- Paco Avila <[EMAIL PROTECTED]>
