!! 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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.