Re: [slight OT] GZip compression filter

2006-10-19 Thread Paul Ferraro
Yes. Since the filter applies http headers before the tapestry servlet handles the request, you should be able to do this without issue. How is your filter set up in your web.xml? Here is mine (using pjl-comp-filter and servlet 2.4): filter filter-namecompress/filter-name

RE: [slight OT] GZip compression filter

2006-10-19 Thread Greg.L.Cormier
- From: Paul Ferraro [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 2:19 PM To: Tapestry users Subject: Re: [slight OT] GZip compression filter Yes. Since the filter applies http headers before the tapestry servlet handles the request, you should be able to do this without issue. How

RE: [slight OT] GZip compression filter

2006-10-19 Thread Greg.L.Cormier
-Original Message- From: Paul Ferraro [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 2:19 PM To: Tapestry users Subject: Re: [slight OT] GZip compression filter Yes. Since the filter applies http headers before the tapestry servlet handles the request, you should be able to do

RE: [slight OT] GZip compression filter

2006-10-19 Thread Paul Ferraro
: Paul Ferraro [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 19, 2006 2:19 PM To: Tapestry users Subject: Re: [slight OT] GZip compression filter Yes. Since the filter applies http headers before the tapestry servlet handles the request, you should be able to do this without issue. How is your

RE: [slight OT] GZip compression filter

2006-10-19 Thread Greg.L.Cormier
This looks great. Thanks for your help Paul! -Greg -Original Message- From: Paul Ferraro [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 3:12 PM To: Tapestry users Subject: RE: [slight OT] GZip compression filter I'm not immediately sure what's wrong with your filter

RE: [slight OT] GZip compression filter

2006-10-19 Thread Jean-Francois Poilpret
Hi, I don't use T4, so I don't tell that the following will work, but it is probably worth a try. HiveMind Utilities (http://hivetranse.sourceforge.net) have a hiveutils module (ie jar) which includes a ServletFilter dedicated to GZIP compression (in both direction if needed), you might want to