As suggested I did a completely clean install and retried this bug.
Everything worked as normal.  So I apologize for wasting everyone's time.

Yet for the life of me I cannot figure out what configuration change I might
have made that could have caused compression to be limited to 48k.  But who
knows... 6 months of development can do some whacky things to your local
install.

Thanks for the help everyone.

Glen

-----Original Message-----
From: Mark Thomas [mailto:ma...@apache.org] 
Sent: Friday, May 01, 2009 4:30 PM
To: Tomcat Users List
Subject: Re: GZIP Comrpession Problem

Hassan Schroeder wrote:
> On Fri, May 1, 2009 at 12:57 PM, Glen Goodwin <g...@arei.net> wrote:
>> So this implies that 5.5.27 has this fixed and 6.0.18 does not. I'll make
a
>> note of that.
> 
> ripple:/tmp$ curl -s -o nul: -H "Pragma: no-cache" -H "Cache-Control:
> no-cache" -w "Bytes Uncompressed ... %{size_download}\n"
> http://localhost:8080/jquery-1.3.1.js
> Bytes Uncompressed ... 117446
> 
> ripple:/tmp$ curl -s -o nul: -H "Pragma: no-cache" -H "Cache-Control:
> no-cache" -w "Bytes Uncompressed ... %{size_download}\n" --compressed
> http://localhost:8080/jquery-1.3.1.js
> Bytes Uncompressed ... 34638
> ripple:/tmp$
> 
> Tomcat 6.0.18  + OS X/JDK 6 (latest Apple version)
> 
> FWIW,

This looks very much like an app / config issue. I suggest you start
with a completely clean Tomcat install and retest.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to