Article:
 |
|
Two Servlet Filters Every Web Application Should Have
|
| Subject: |
|
Need Help on GZIP Compression Filter |
| Date: |
|
2004-08-16 06:07:17 |
| From: |
|
ch8677
|
Response to: Need Help on GZIP Compression Filter
|
|
Hi,
I also have the problem that a download file window pops up. I couldn't find anywhere a solution or explanation for this behavior...
I get the errror when I add the following url-pattern:
<filter-mapping>
<filter-name>Compress</filter-name>
<url-pattern>/servlet/*</url-pattern>
</filter-mapping>
then the browser handles the url:
http://localhost:8080/CasabacGUIServer/servlet/Connector
as file donwload?!
Can anybody help? I use IE 6 on Windows XP and Tomcat 4.1.30.
Thanks
michael
|
Showing messages 1 through 2 of 2.
-
Need Help on GZIP Compression Filter
2005-03-02 13:18:38
noorani_786
[View]
-
Need Help on GZIP Compression Filter
2004-10-20 09:58:43
saikinnera
[View]
Nizar