Hi All, I have a custom built Filter by extending ...
# questions
u
Hi All, I have a custom built Filter by extending
OncePerRequestFilter
which I use to do some authentication. How do I make them work or skip based on path pattern by using
grails.plugin.springsecurity.filterChain.chainMap
? Now no matter what I specify in the chainMap it gets invoked for every request that lands in our app.
u
Found it. I could achieve the same by adding the custom filters in
grails.plugin.springsecurity.filterChain.filterNames