Re: serializer sending gzip compressed html

2002-07-01 Thread Stefano Mazzocchi
Jens Lorenz wrote: > Well, IMHO there are still some cases where a GZIPSerializer might > be useful. But thanks to you Luca and Stefano for opening my eyes > for the world outside Cocoon. You are welcome. Anyway, I believe that a HTML-gzipping-serializer is a bad idea because is mixes concerns:

Re: serializer sending gzip compressed html

2002-07-01 Thread Jens Lorenz
- Original Message - From: "Luca Morandini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 29, 2002 4:51 PM Subject: RE: serializer sending gzip compressed html > Jens, > > maybe it is just me, but... what about web-server compression ?

RE: serializer sending gzip compressed html

2002-06-29 Thread Luca Morandini
Jens, maybe it is just me, but... what about web-server compression ? I suppose the web-server intercepts and compresses the output coming out of any servlet (as long as the servlet has not been called directly (i.e. ":8080"))... am I wrong ? Best regards, ---

Re: serializer sending gzip compressed html

2002-06-29 Thread Stefano Mazzocchi
Jens Lorenz wrote: > > Hi, > > since the issue has been raised on cocoon-users I've been > hacking on serializers which automatically gzip compress > the (cocoon) produced html before it is send to the browser > on the client side. > BTW: this should also reduce the size of the cache dir since >