SV: SV: Struts and Compression Filter...

2005-10-20 Thread Nilsson Ulf /Konsult
Hi all! I solved it. Here the port 28280 i used instead of 80/8080. When I added an http-listener at 8080, it works! /Ulf -Ursprungligt meddelande- Från: Dave Newton [mailto:[EMAIL PROTECTED] Skickat: den 19 oktober 2005 17:12 Till: Struts Users Mailing List Ämne: Re: SV: Struts and

Re: SV: Struts and Compression Filter...

2005-10-19 Thread Dave Newton
Nilsson Ulf /Konsult wrote: Anyone else out there using response-manipulating-filters with struts? I've used the filter from... um... _Core Servlets and JSP_ w/ zero problems, but IIRC we mapped it to everything. Dave -

Re: SV: Struts and Compression Filter...

2005-10-19 Thread Frank W. Zammetti
5 15:58 > Till: Struts Users Mailing List > Kopia: Struts Users Mailing List > Ämne: Re: Struts and Compression Filter... > > I *vaguely* remember solving that problem for the CompressionFilter in > Java Web Parts (http://javawebparts.sourceforge.net). IIRC, it had > somethi

SV: Struts and Compression Filter...

2005-10-19 Thread Nilsson Ulf /Konsult
EMAIL PROTECTED] Skickat: den 19 oktober 2005 15:58 Till: Struts Users Mailing List Kopia: Struts Users Mailing List Ämne: Re: Struts and Compression Filter... I *vaguely* remember solving that problem for the CompressionFilter in Java Web Parts (http://javawebparts.sourceforge.net). IIRC, i

Re: Struts and Compression Filter...

2005-10-19 Thread Frank W. Zammetti
I *vaguely* remember solving that problem for the CompressionFilter in Java Web Parts (http://javawebparts.sourceforge.net). IIRC, it had something to do with... well, never mind, I don't remember! :) The point is though that the problem affected output from servlets but not directly-accessed res

Struts and Compression Filter...

2005-10-19 Thread Nilsson Ulf /Konsult
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 thi