How to access the Accept-Encoding header?

2004-07-16 Thread Thomas Bayer
Hi, I want to use gzip compression. In order to do this the connector, a filter or a servlet have to access the Accept-Encoding HTTP header field. But the accept encoding is not accessible. Instead, there is a header like: ---= --- The dashes correspondent to characters in the header.

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Shapira, Yoav
ilto:[EMAIL PROTECTED] >Sent: Friday, July 16, 2004 3:37 PM >To: [EMAIL PROTECTED] >Subject: How to access the Accept-Encoding header? > >Hi, > >I want to use gzip compression. In order to do this the connector, a filter >or a servlet have to access the Accept-Encoding HTTP

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Thomas Bayer
51 PM > To: Tomcat Users 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

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Michael Currie
:[EMAIL PROTECTED] > Sent: Friday, July 16, 2004 3:51 PM > To: Tomcat Users List > Subject: RE: How to access the Accept-Encoding header? > > > Hi, > Use a construct like: > > Enumeration e = > > ((HttpServletRequest)request).getHeaders("Accept-Encoding

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Thomas Bayer
Tomcat Users List > 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

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Michael Currie
Bayer [mailto:[EMAIL PROTECTED] Sent: 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 th

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Thomas Bayer
telephone and delete the message from your system. Thank you. > > > -Original Message- > From: Thomas Bayer [mailto:[EMAIL PROTECTED] > Sent: Friday, July 16, 2004 3:14 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
Thank you. -Original 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 loo