Hi! I'm trying to add a compression filter, http://archive.moreservlets.com/Filter-Code/filters/WEB-INF/classes/more servlets/filters/CompressionFilter.java To my web-app. I want the filter to compress everything that the action servlet returns (forwards). (mapping = *.do)
However I can't get this to work. Pages just return empty. (the filter works for *.jsp etc) I'm using Struts 1.2.4 and a servlet 2.3 container (Sybase EAServer). Has anyone out there successfully used compression filters with struts? TIA, Ulf Nilsson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]