How to add filters to a Grails app -


i'm trying add these single signout filters grails 2.3.6 app. according grails docs on filters seems can add new (custom) filters grails apps, whereas these existing filters imported project/jar.

i scanned project existence of web.xml , didn't find anything.

how can add specific filters in above link grails app?

the easiest way run "grails install-templates" , edit resulting src/templates/war/web.xml file.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -