I’m fixing a bug that is only evidenced when the client is using HTTP/1.0 (and is secretly, Internet Explorer proxying behind a firewall).
Details are here: https://issues.apache.org/jira/browse/TAP5-1880
In any case, the right solution is to turn off a feature (GZip content compression) when the request is HTTP/1.0. However, after scouring the Servlet API documentation, and even the Jetty source, I can’t find any place where this information is exposed.
So, is there a way to determine this? I’m using Servlet API 2.5.
Thanks in advance!
Here is the example, execute in your local tomcat