Reputation: 32071
I want to ensure all resources have security permissions set, even if that's declaring the resource public (ROLE_ANONYMOUS).
How can I configure Spring MVC to deny any page that has no permissions assigned?
Upvotes: 0
Views: 298
Reputation: 1280
Have you tried putting a rule at the end of your file mapping /** to the highest possible role in your scheme?
Upvotes: 1