A filter can alter the header information of a request or response by modifying the __________.
- HeaderFilter
- HeaderInterceptor
- HeaderModifier
- HeaderProcessor
A filter can alter the header information of a request or response by modifying the HeaderModifier.
Loading...
Related Quiz
- Custom error pages in servlets are configured in the _________ file.
- To handle multiple file uploads, a servlet may use the __________ API.
- Which component in a Java EE application is responsible for managing connection pooling?
- If a filter needs to perform different actions based on the type of HTTP request, which method or object should it use to determine this?
- How should filters be configured to apply only to certain URL patterns in a web application?