Web Technology – Servlet Filter
Posted by admin on December 3, 2007
0 comments
What is the usage of Filter Filters can perform many different types of functions like: Authentication-Blocking requests based on user identity. Logging and auditing-Tracking users of a web application. Image conversion-Scaling maps, and so on. Data compression-Making downloads smaller. You can have your filter to GZIP the response and send it to the browser if [...]