How to unsecure /** URL pattern in spring-security

前端 未结 2 1249
猫巷女王i
猫巷女王i 2021-01-19 00:05

I\'m trying to unsecure the /** pattern, but all my tries are in vain so far.

This is what I\'m doing:



        
2条回答
  •  梦谈多话
    2021-01-19 00:41

    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.

提交回复
热议问题