!! 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
nel_h2
Build Securely on Azure with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
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.