Re: Support for Transfer-Encoding: gzip

2006-04-03 Thread Graham Leggett
Dion Gillard wrote: I use this filter in our web apps pretty successfully: http://sourceforge.net/projects/pjl-comp-filter/ That did the trick - thank you! Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Support for Transfer-Encoding: gzip

2006-04-03 Thread Dion Gillard
I use this filter in our web apps pretty successfully: http://sourceforge.net/projects/pjl-comp-filter/ On 4/3/06, Graham Leggett <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have a struts application that calls business logic from Action classes, > and displays HTML results via JSP. > > I would

Support for Transfer-Encoding: gzip

2006-04-03 Thread Graham Leggett
Hi all, I have a struts application that calls business logic from Action classes, and displays HTML results via JSP. I would like my application to compress content on the fly (on the basis of the Accept-Encoding header) using gzip. Is there a way to get Struts to do this for me? Regards, Graha