Hi! I have a problem downloading files threw my webapp using Internet Explorer.
The application has a resources directory where i have som large files. When I mount the directory in mod_jk to ensure only users logged in in tomcat can access it (add the line "JkMount /mywebapp/resources/* ajp13" in apache httpd.conf) file download stops working in IE, but it works fine from FireFox, i.e. accessing the URL https://www.myserver.com/mywebapp/resources/file.zip generates an error message. The file dialog opens but nothing happens and after some sort of timeout an error dialog shows with the following text: Internet Explorer cannot download file.zip from www.myserver.com, An unexpected error has occurred. The application uses https. Does anyone know how to fix this? Software versions: Apache httpd 2.0 Tomcat 5.5.12 mod_jk 1.2.6 Thanks Magnus Dürr