On 25/02/2016 05:40, rohitiwari30oct wrote: > 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. >
Again, I'm not expert in the ACL/Authentication area; but as far as I remember, in JR we have an anonymous user which does not require authentication. If you assign read privileges to the required nodes to such user you should get a publicly accessible URL. HTH Davide
