Hi thanks for answer. I mean by "Public access to some users" is that I wanted to create a public url for a node so that there would have no need of authentication to access that node. That node is a jcr:document node where a binary file stored in its jcr:data property. When anyone try to access that url, it should download that file.
regards rohit In Reply To Re: Public link for jcr documents Feb 22, 2016; 7:48pm — by Davide Giannella Davide Giannella On 21/02/2016 13:27, rohitiwari30oct wrote: > Hi, > > I had developed a web portal for creating, uploading file/folders using > Jackrabbit 2.8.1 and Jcr 2.0. I usually provide access for docs with LDAP > authentication but in some cases I required a way to get public access url > for some of our users. If any one can help it would be highly appreciable. > I didn't really understand the use case "public access for some users". By saying some users I imply that you want that URL to be, rather than public, always secured and only a group of users has access to it. In JR we have groups as well beside users. You'll have to deal with the ACL of the specific node by providing either the list of users explicitly or by providing a group under which the users are registered. I think these two links could help you out http://wiki.apache.org/jackrabbit/UserManagement http://wiki.apache.org/jackrabbit/AccessControl Cheers Davide -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Public-link-for-jcr-documents-tp4663698p4663706.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.
