The sequence of filters applied to a request is determined by the order of __________ in the web.xml file.
- filter-chain
- filter-mapping
- filter-order
- filter-sequence
The sequence of filters applied to a request is determined by the order of the elements in the web.xml file, specifically by the filter-order subelement.
Loading...
Related Quiz
- To retrieve an AsyncContext object in a servlet, you use the __________ method of the HttpServletRequest.
- How would a filter log request information without altering the request itself?
- A web application experiences uneven load distribution despite using a load balancer. What could be the reason?
- _________ is used to monitor lifecycle events of a session.
- Which Java interface is typically used for creating custom log messages in a servlet?