RE: GZIP Comrpession Problem

2009-05-04 Thread Glen Goodwin
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

RE: GZIP Comrpession Problem

2009-05-01 Thread Glen Goodwin
Anyone else have any useful thoughts on this before I start putting together a bug report? Glen -Original Message- Subject: GZIP Comrpession Problem Using Tomcat 6.0.18 I have configured GZIP compression by adding the following lines to my connector. compression=force

Re: GZIP Comrpession Problem

2009-05-01 Thread Pid
to the byte. p Glen -Original Message- Subject: GZIP Comrpession Problem Using Tomcat 6.0.18 I have configured GZIP compression by adding the following lines to my connector. compression=force compressableMimeType=text/html,text/xml,text/plain,text/css,text/javascript

Re: GZIP Comrpession Problem

2009-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Glen, On 4/29/2009 4:21 PM, Glen R. Goodwin wrote: The question is this: Is there any reason why some .js files are getting gzip compression and some are not? I have checked to make sure the mime type is correct. I have verified the problem

RE: GZIP Comrpession Problem

2009-05-01 Thread Glen Goodwin
I have determined that any file larger than 48k is not getting compressed regardless of mime type. I will be submitting this as a bug. BUG TITLE Tomcat Compression limited to 48K CONFIGURATION Windows XP (SP3) Apache Tomcat 6.0.18 Java 1.6.0_13-b03 SPECIAL TOMCAT SETTINGS Set on the

Re: GZIP Comrpession Problem

2009-05-01 Thread George Sexton
FYI, I tested this on 5.5.27 using the HTTP 1.1 connector and a 77K javascript file and I got 77K uncompressed, and 26K compressed. Glen Goodwin wrote: I have determined that any file larger than 48k is not getting compressed regardless of mime type. I will be submitting this as a bug. BUG

RE: GZIP Comrpession Problem

2009-05-01 Thread Glen Goodwin
So this implies that 5.5.27 has this fixed and 6.0.18 does not. I'll make a note of that. Thanks, Glen -Original Message- From: George Sexton [mailto:geor...@mhsoftware.com] Sent: Friday, May 01, 2009 2:45 PM To: Tomcat Users List Subject: Re: GZIP Comrpession Problem FYI, I tested

Re: GZIP Comrpession Problem

2009-05-01 Thread Hassan Schroeder
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

Re: GZIP Comrpession Problem

2009-05-01 Thread Mark Thomas
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 ...

GZIP Comrpession Problem

2009-04-29 Thread Glen R. Goodwin
Using Tomcat 6.0.18 I have configured GZIP compression by adding the following lines to my connector. compression=force compressableMimeType=text/html,text/xml,text/plain,text/css,text/javascript ,text/json,application/json noCompressionUserAgents=gozilla, traviata I am not using APR

Re: GZIP Comrpession Problem

2009-04-29 Thread Pid
Glen R. Goodwin wrote: Using Tomcat 6.0.18 I have configured GZIP compression by adding the following lines to my connector. compression=force compressableMimeType=text/html,text/xml,text/plain,text/css,text/javascript ,text/json,application/json noCompressionUserAgents=gozilla,

RE: GZIP Comrpession Problem

2009-04-29 Thread Glen Goodwin
...@pidster.com] Sent: Wednesday, April 29, 2009 4:33 PM To: Tomcat Users List Subject: Re: GZIP Comrpession Problem Glen R. Goodwin wrote: Using Tomcat 6.0.18 I have configured GZIP compression by adding the following lines to my connector. compression=force compressableMimeType=text/html