Some interesting servlet filters I’ve been working with recently.
- UrlRewriteFilter: a mod_rewrite clone that can be configured and contained within a web application.
- CASFilter: removing the need for me to write any authentication code in my CAS server protected applications.
- SecurityFilter: emulates container managed security, everything can be configured within the web application.
- Various GZip Compression filters, including:
- Tomcat examples CompressionFilter : look under %CATALINA_HOME%/webapps/examples/WEB-INF/classes/compressionFilters in Tomcat
- Two Servlet Filters Every Web Application Should Have
- PJL Compressing Filter
0 comments:
Post a Comment