I\'m trying to add web security in spring but I don\'t want the filter to apply to certain things. How is that done in java?
And maybe there\'s a better way to do th
1 In xml configuration of spring-security I use
to retrieve it from security check.
2 After that add mvc:resource tag in your spring configuration
mvc:resource
Important: this config will only work if url is handled by dispatcher servlet. This means that in web.xml you must have
dispatcher /