I am quite new to Shiro. So on my project there will be quite a few controllers actions that will require anonymous access. Just for example if I have a BlogController in grails and this controller only contains viewing actions I would like anyone without needing to be authenticated to access this controller.
I have read the quick start guide on the grails website and came across this command in the filters. Hopefully I am interpreting it correctly but even with auth set to false I still cannot get to a controller anonymously accessControl(auth: false) Basically same goes for just actions in a controller. How do I let anonymous users access just an action of a controller? From what I have been reading all controllers by default require authentication. Am I doing something wrong? Regards, -- View this message in context: http://n2.nabble.com/Anonymous-controller-action-access-tp4101403p4101403.html Sent from the Shiro User mailing list archive at Nabble.com.
