To apply multiple filters to a single resource, the web.xml file must define a __________ for each filter.
- filter-chain
- filter-group
- filter-list
- filter-mapping
In the web.xml file, a filter-mapping element must be defined for each filter to apply multiple filters to a single resource.
Loading...
Related Quiz
- Filters can be applied to __________ or __________ resources in a web application.
- For file download, what Content-Type should be set in the servlet response?
- What is the impact of a filter throwing an unchecked exception during the execution of its doFilter method?
- In a high-traffic web application, what approaches can be used to minimize the load on the database server?
- What is the purpose of the AsyncContext in asynchronous servlets?