Adding a Filter to the Deployment Descriptor

See Also

You can add a filter to a web module deployment descriptor (web.xml) in two ways:

The filter element in the deployment descriptor defines the filter. In the filter element, you declare:

Optionally, you can also specify:

Filter mapping elements define the servlets and static resources to which the server must apply the filter.

See Also

About Filters
Creating a Filter


Legal Notices