Tag name
< servlet-filter >
Location
/orion-web-app
File
orion-web.xml

Attributes

Tags

Specifies a servlet to use as filter, filters are invoked for every request, and has the option of handling the request or simply ignore it in which case it is passed on to "normal" processing. There is an optional url-pattern attribute can be used to filter out the requests passed thru the filter.