| Sign In/My Account | View Cart |
| Article: |
Two Servlet Filters Every Web Application Should Have | |
| Subject: | Need Help on GZIP Compression Filter | |
| Date: | 2004-05-17 08:56:00 | |
| From: | gselvara | |
|
Response to: Need Help on GZIP Compression Filter
|
||
|
Hi, Whats the type of browser and version you are using.
|
||
Showing messages 1 through 3 of 3.
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