RE: How to access the Accept-Encoding header?

2004-07-16 Thread Shapira, Yoav
Hi, Use a construct like: Enumeration e = ((HttpServletRequest)request).getHeaders(Accept-Encoding); You can use the CompressionFilter that ships with tomcat's examples. Yoav Shapira Millennium Research Informatics -Original Message- From: Thomas Bayer [mailto:[EMAIL PROTECTED]

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Thomas Bayer
: RE: How to access the Accept-Encoding header? Hi, Use a construct like: Enumeration e = ((HttpServletRequest)request).getHeaders(Accept-Encoding); You can use the CompressionFilter that ships with tomcat's examples. Yoav Shapira Millennium Research Informatics -Original

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Michael Currie
List Subject: RE: How to access the Accept-Encoding header? Hi, Use a construct like: Enumeration e = ((HttpServletRequest)request).getHeaders(Accept-Encoding); You can use the CompressionFilter that ships with tomcat's examples. Yoav Shapira Millennium Research Informatics

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Thomas Bayer
Subject: RE: How to access the Accept-Encoding header? What are you using to access the page?? Internet Explorer, Mozilla, Firefox?? Mike Currie Senior Web Developer New Century Mortgage Direct 949 743 7037 Mobile 949 279 4358 Fax 866 281 0360 This electronic message transmission

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Michael Currie
: Friday, July 16, 2004 3:14 PM To: 'Tomcat Users List' Subject: RE: How to access the Accept-Encoding header? Hi, We have used IE, Firefox, URL connections and TCP monitor. We also tried different http headers using http 1.0 and 1.1 but it was always the same. Thomas -Original Message

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Thomas Bayer
-Encoding header is treated differently than the others. I have no idea why and I need help to fix this. Thomas -Original Message- From: Michael Currie [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 6:16 PM To: Tomcat Users List Subject: RE: How to access the Accept-Encoding header

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Michael Currie
Message- From: Thomas Bayer [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 3:25 PM To: 'Tomcat Users List' Subject: RE: How to access the Accept-Encoding header? Hi, We programmed it to send the Accept-Encoding header and we used a monitor to look at the headers. The monitor always showed