Re: Problem reading the Accept-Encoding header from a request

2007-04-14 Thread Christian Hvitved
Hi The firewall on my laptop pc used is norton internet security 2005. It is running on a danish windows xp. It is possible it has some customized settings controlled by the administrators. regards Christian On 4/14/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote: On 4/14/07, Chr

Re: Problem reading the Accept-Encoding header from a request

2007-04-14 Thread Christian Hvitved
ion intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message - From: "Ch

Re: Problem reading the Accept-Encoding header from a request

2007-04-14 Thread Christian Hvitved
otocols/rfc2616/rfc2616-sec14.html -Rashmi On 4/13/07, Christian Hvitved <[EMAIL PROTECTED]> wrote: > The code in my filter looks like this: > > HttpServletRequest req = (HttpServletRequest)request; > > String headerValue = req.getHeader("Accept

Problem reading the Accept-Encoding header from a request

2007-04-13 Thread Christian Hvitved
. regards Christian Hvitved The code in my filter looks like this: HttpServletRequest req = (HttpServletRequest)request; String headerValue = req.getHeader("Accept-Encoding"); System.out.println("encoding: " + headerValue); Enum