RE: mod_deflate feature needed

2009-07-16 Thread Houser, Rick
e- From: Anthony J. Biacco [mailto:abia...@formatdynamics.com] Sent: Thursday, July 16, 2009 1:16 PM To: modules-dev@httpd.apache.org Subject: RE: mod_deflate feature needed Yep, that's what I said, should. It doesn't require it and I understand why I's chunking and streami

RE: mod_deflate feature needed

2009-07-16 Thread Anthony J. Biacco
Yep, I think it got lost nick. I'd go along with the filter idea after deflate if it does what I need. Are you referring to mod_filter based directives such as FilterProvider/FilterProtocol? The client/partner/vendor isn't requiring it to support HTTP, but to support their services. -Tony ---

RE: mod_deflate feature needed

2009-07-16 Thread Anthony J. Biacco
nal Message- > From: Tom Evans [mailto:tevans...@googlemail.com] > Sent: Thursday, July 16, 2009 10:52 AM > To: modules-dev@httpd.apache.org > Subject: RE: mod_deflate feature needed > > On Thu, 2009-07-16 at 10:20 -0600, Anthony J. Biacco wrote: > > We're not

RE: mod_deflate feature needed

2009-07-16 Thread Anthony J. Biacco
; To: modules-dev@httpd.apache.org > Subject: RE: mod_deflate feature needed > > I'm not familiar with the CDN acronym. I could be mistaken, but I'm > fairly certain that HTTP 1.1 required support for chunked transfer > (which implies Content-Length would NOT be required for anythi

RE: mod_deflate feature needed

2009-07-16 Thread Tom Evans
On Thu, 2009-07-16 at 10:20 -0600, Anthony J. Biacco wrote: > We're not violating the specs, we're following them. The HTTP spec > states that you should send out a content-length header with the correct > trasnfer length, and mod_deflate in this case is not doing that. > > -Tony No it doesn't; i

RE: mod_deflate feature needed

2009-07-16 Thread Houser, Rick
rg Subject: RE: mod_deflate feature needed I can get the compressed content, that's not a problem. My thing is, I'm trying to cache said response at my CDN. The CDN requires a content-length header (among other things) to do this. And with the chunked encoding I'm not getting one (f

RE: mod_deflate feature needed

2009-07-16 Thread Anthony J. Biacco
: Thursday, July 16, 2009 10:37 AM > To: modules-dev@httpd.apache.org > Subject: Re: mod_deflate feature needed > > On Thu, Jul 16, 2009 at 00:39, Anthony J. > Biacco wrote: > > I'm trying to use mod_deflate to compress data coming out of tomcat > > through mod_jk an

Re: mod_deflate feature needed

2009-07-16 Thread Sorin Manolache
On Thu, Jul 16, 2009 at 00:39, Anthony J. Biacco wrote: > I'm trying to use mod_deflate to compress data coming out of tomcat > through mod_jk and need the proper content-length header set for the > COMPRESSED data, but can't do this because the data is streamed and sent > after the headers are set

RE: mod_deflate feature needed

2009-07-16 Thread Anthony J. Biacco
c. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com > -Original Message- > From: Houser, Rick [mailto:houser.r...@aoins.com] > Sent: Thursday, July 16, 2009 7:01 AM > To: modules-dev@httpd.apache.org > Subject: RE: mod_deflate feature needed > >

RE: mod_deflate feature needed

2009-07-16 Thread Houser, Rick
I don't understand why standard mod_deflate functionality won't work. If you violate the specs and muck with content-length, it's not going to work right in a browser, anyhow. Thanks, Rick Houser Auto-Owners Insurance Systems Support (517)703-2580 -Original Message- From: Anthony J. Bi