| Article: |
Two Servlet Filters Every Web Application Should Have | |
| Subject: | GZIPResponseWrapper produces no output | |
| Date: | 2004-05-21 06:55:38 | |
| From: | Gunnar | |
|
Hello, I have downloaded the latest version of the GZIP compression filter, but I am still getting the following problem.
|
||
Showing messages 1 through 2 of 2.
-
GZIPResponseWrapper produces no output
2007-07-20 07:34:54 ManfredJS [View]
-
GZIPResponseWrapper produces no output
2004-10-20 08:54:10 saikinnera [View]
Hi Gunnar,
I am trying to implement GZIP compression in ourapplication which uses struts1.1 version. I am getting the .jsp pages but not the .do requests even though I have included *.do as a pattern. It's giving me a FileDownLoad dialog. I am using com.jspbook.GZIPFilter. I do not know if there is any difference between this filter class and the one you are using 'de.ruv.ruvde.filters.CompressResponseFilter'. Could you please advise me on this. Any help is very much appreciated.
Thanks



I'm experiences the same kind of problems.
In our STRUTS web application, we're using the netspade-compression-filter-1.0.jar. Running under Websphere Application Server 5.1, this works fine.
We've now converted our application to Websphere Application Server 6.1 (compiled in JDK 1.5).
The compression filter is not working correctly.
Directly calling a jsp-file fails (only part of the HTML is produced till the end </HEAD> tag).
The index.jsp (accessed when going into the application using the URL/contextroot, forwards to another jsp. This jsp is shown correctly, but when using forwards to other STRUTS actions, an HTTP 500 occurs.
Anybody had these problems before and solved them?
Netspade seems to have died out, so I will try the GZIPFilter in the jspbook.jar and see if this will solve the issue.
Kind regards,
Manfred