I\'m trying to unsecure the /** pattern, but all my tries are in vain so far.
This is what I\'m doing:
at least in grails, you could set the security setting to IS_AUTHENTICATED_ANONYMOUSLY. Since the grails spring security plugin is based on spring security, I bet this would work.
no need to play with filters or anything.