What is the role of a servlet filter in security?
- Handle HTTP Requests
- Manage Database Connections
- Manipulate Session Attributes
- Process Security Policies
A servlet filter plays a crucial role in security by processing security policies. It can inspect and manipulate both the request and response to enforce security measures before reaching the servlet.
Loading...
Related Quiz
- What is the difference between 'dirty read' and 'non-repeatable read' in the context of transaction isolation levels?
- What is the significance of the web.xml security constraints in servlet security?
- If an application needs to clean up resources when the application is shut down, which listener should be used?
- The method attributeAdded belongs to the interface _________.
- In a situation where multiple asynchronous tasks are initiated by a servlet, how is the completion of these tasks managed?