GZIP compression filter [SPR-787] #5514
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Matthew Sgarlata opened SPR-787 and commented
GZIP compression filters are one of the best examples of a great application of Filter technologies in the Servlet API. There are plenty of examples on the web, but they don't seem to have found a home in any open source frameworks. Since Spring's goal is to make working with J2EE APIs easier, I think Spring would be a perfect home for a GZIP compression filter. A compression filter is a conceptually simple application of GZIP APIs (streams, compression, Servlet API, etc) yet is surprisingly difficult to implement. Finding a home at Spring would create a standard implementation of this common feature for all to benefit.
One of the Tomcat 4.0 examples is a GZIP compression filter. However, the Tomcat team is not interested in clearly not interested in mainting it and making sure it's production-ready across application servers (else, why would they bundle it with their examples instead of giving them a proper package name, etc.). I propose we adapt the code for Spring.
Please let me know any way in which I can assist in bringing this to fruition.
Affects: 1.1.5
Issue Links:
4 votes, 3 watchers
The text was updated successfully, but these errors were encountered: