Description
Etienne Lacombe opened SWS-105 and commented
The HTTP client does not handle GZip compression. I don't know if it can internally when handling the contents but the header sent to the server does not tell the server that it can handle GZip so the server never GZip the content.
This is very key as in a Rich-client / Web Service application, it is very possible to have the scenario of a large data set being sent over the wire. GZip compression speeds up the transfer markedly in some circumstances.
The step I did to try is as follow:
- Activated GZip compression on Tomcat as "force" to be sure.
- I monitored the network with Ethereal.
- Connected to the server through my client program.
- Looked at the headers sent and received.
I saw in JIRA the following entry, marked as FIXED, http://opensource.atlassian.com/projects/spring/browse/SPR-1255
Though, I'm not tracking at all with the comments there.
Also see http://forum.springframework.org/showthread.php?p=111679#post111679
Affects: 1.0 M3
Referenced from: commits 312ac31