!! PJL Compressing Filter is renamed to ziplet and hosted on github now!!
See here: https://github.com/ziplet/ziplet
A J2EE servlet filter which compresses data written to the response. It supports several algorithms (gzip, deflate, etc.) and emphasizes minimal memory usage and high throughput. Also provides detailed performance stats.
Feel free to fork pjl-comp-filter on Github: https://github.com/ziplet/ziplet
License
Apache License V2.0Follow PJL Compressing Filter
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Great code. Will you make a Maven artifact available for the newer versions (1.8.1)? I was only able to find version 1.7
-
Thanks for updates ;)
-
Works as it should; So far, I haven't found any bugs (opposed to the GZip filter from the JSP book which is practically useless). Thanks for it! Any plans to add caching? So that the zip alg. wouldn't have to run every time.