Allow public access to URL (non-authentication)
I have a servlet installed in a bundle. It has a custom path like /bin/get/v0/myServlet
I have authentication on the whole site.
Can you help me allow anonymous/public access to this URL, but everything else secure?
Thanks,
Charles