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