In the deployment descriptor, the __________ tag is used to specify which requests are passed through a particular filter.
- filter-mapping
- filter-name
- servlet-mapping
- url-pattern
In the deployment descriptor, the url-pattern tag is used to specify which requests are passed through a particular filter.
Loading...
Related Quiz
- The process of replacing older cache entries with new ones is known as __________.
- Thread safety in servlets can be enhanced by using _________ scoped variables instead of instance variables.
- How does the WebSocket protocol handle message framing compared to HTTP?
- What is the impact of a filter throwing an unchecked exception during the execution of its doFilter method?
- When handling multiple SQL exceptions in a method, it is common to use __________ to catch various types of exceptions.