Hi,

I am using Tomcat 5.5.17 on Red Hat AS but I've a problem with the Headers.
I want to use a filter in order to apply gzip compression, everything works
perfectly on my Tomcat 5.5.9 under Windows, that means: I receive an
"accept-encoding" header, however under 5.5.17 that header is not present.

I even create a small application and set explicitly the header, but the
header is not there

Any idea?? 

Best regards,

The headers under tomcat 5.5.17 (Linux) are:
accept */*
referer http://server:8080/application/
accept-language es-mx
ua-cpu x86
--------------- ----- -------  (Note: Yes, this is the value of a header)
if-modified-since Tue, 06 Jun 2006 14:26:26 GMT
if-none-match W/"453-1149603986000"
user-agent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322)
host server:8080
connection Keep-Alive
cookie JSESSIONID=3B7FAE29240707119A53148934150651

Ander 5.5.9 (Windows)
host localhost:8081
user-agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4)
Gecko/20060508 Firefox/1.5.0.4
accept
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=
0.8,image/png,*/*;q=0.5
accept-language en-us,en;q=0.5
accept-encoding gzip,deflate
accept-charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
keep-alive 300
connection keep-alive
cookie JSESSIONID=CF13C2272B6BA24361A662183B820707; wb3=c



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to