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

2007-04-14 Thread Christian Hvitved
) 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: Christian Hvitved [EMAIL PROTECTED] To: Tomcat

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, Christian Hvitved

Problem reading the Accept-Encoding header from a request

2007-04-13 Thread Christian Hvitved
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); Enumeration e = req.getHeaderNames