RE: Cahin actions and GZIP filter

2003-12-15 Thread Jose Ramon Diaz
diciembre de 2003 18:37 Para: 'Struts Users Mailing List' Asunto: RE: Cahin actions and GZIP filter Just as a side note, if you are using apache as a web server, you could also just turn on the mod_deflate or mod_gzip in apache and not have to screw around the the filter in your servlet engine

Cahin actions and GZIP filter

2003-12-12 Thread Jose Ramon Diaz
Hello, I´m trying to use a filter to compress my application using GZIP. I have read: http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters-p3.html and it seems to work except when I chain actions. It uses a RequestWrapper for not writing the stream to the response. If I

RE: Cahin actions and GZIP filter

2003-12-12 Thread Mainguy, Mike
it; not having it, to confess your ignorance. -Original Message- From: Jose Ramon Diaz [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 2:26 AM To: 'Struts Users Mailing List' Subject: Cahin actions and GZIP filter Hello, I´m trying to use a filter to compress my application using