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
Post a Comment