Hi All,
I have created a GET path servlet in CQ, with /libs/xyz with url mapping? Now I want to make this publically available to the users coming to my publish server, so that they can hit the servlet without loggin.
Currently When I try to access servlet using anonymous user I get redirected to geometrixx homepage, how can I make this servlet accessible to anonymous user?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Modify the configuration of Apache Sling Authentication Service.
Add an entry in sling.auth.requirements parameter.
If you want anonymous access, you have to put a '-' before the path.
Hope this helps!
Views
Replies
Total Likes
Here is an older thread that may be useful. It talks about requiring anonymous access for accessing a servlet
Views
Replies
Total Likes
Modify the configuration of Apache Sling Authentication Service.
Add an entry in sling.auth.requirements parameter.
If you want anonymous access, you have to put a '-' before the path.
Hope this helps!
Views
Replies
Total Likes
Views
Likes
Replies