Hi Angela,
I wanted to get properties of node as well.
Created folder : */1/CommonFolder/Shared1*
Given acl access(rep:glob value with "") to /"/1" , "/1/CommonFolder"/
And rep:glob value with "*" to path *"/1/CommonFolder/Shared1"*.
JCR SQL2 Query : Select * from [nt:folder];
Results in node.getProperties(),
1. is empty for /"/1/"/ ,
2. is empty for /"/1/CommonFolder"/
3. lists out all for /"/1/CommonFolder/Shared1" /
My question is, "rep:glob" with empty string pattern will restrict accessing
node properties or my security config settings is the issue?
Thanks.
--
View this message in context:
http://jackrabbit.510166.n4.nabble.com/Unable-to-access-node-properties-tp4661416p4661434.html
Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.