RE: Download problem with IE6, IIS 6.0, SSL, Tomcat 6.0.13 and connector1.2.25 (last in date) on Windows Server 2k3

2007-09-20 Thread Caldarale, Charles R
From: Baldurien [mailto:[EMAIL PROTECTED] Subject: Re: Download problem with IE6, IIS 6.0, SSL, Tomcat 6.0.13 and connector1.2.25 (last in date) on Windows Server 2k3 I've found a reason to my problem : I was sending a Content-Length header, albeit I was using GZIP Compression. What I

Re: Download problem with IE6, IIS 6.0, SSL, Tomcat 6.0.13 and connector1.2.25 (last in date) on Windows Server 2k3

2007-09-20 Thread Martin Gainty
good point-- also check your supported types of compressableMimeType have you observed this behaviour with other agents or just IE6? M-- - Original Message - From: Caldarale, Charles R [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 20, 2007

Re: Download problem with IE6, IIS 6.0, SSL, Tomcat 6.0.13 and connector1.2.25 (last in date) on Windows Server 2k3

2007-09-20 Thread Baldurien
In fact, it was a gzip compression not on Tomcat side, but in the webapp itself (using servlet filter). I do not know whether it's better or not, but it's how it was done. Caldarale, Charles R wrote: From: Baldurien [mailto:[EMAIL PROTECTED] Subject: Re: Download problem with IE6, IIS 6.0,

Re: Download problem with IE6, IIS 6.0, SSL, Tomcat 6.0.13 and connector1.2.25 (last in date) on Windows Server 2k3

2007-09-20 Thread Baldurien
Martin Gainty wrote: good point-- also check your supported types of compressableMimeType have you observed this behaviour with other agents or just IE6? I finally managed to test it under Firefox :) However, I think I can close this thread : without a Content-Length header set by myself,