hi,
i have created a node with user: admin and tryed to access it using user: user1, i am able to access it, even when i set to read permission to false.
accoring to the wiki the
"on the NodeService bean, the readProperties method checks that the current user has read access to the properties of the node before invoking the method. On the SearchService, the results from queries are restricted to return only the nodes for which a user has read permission. "
my question is how can i set alfresco to automattically check the permission using "aop" i.e as quoted above.