break;
if (item.isNode())
parent = (NodeData)item;
else if (i < relPathEntries.length - 1)
throw new IllegalPathException("Get ACL. Path can not contains a property as the intermediate element");
}
if (item != null && item.isNode())
// node ACL
return ((NodeData)item).getACL();