!! 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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.