DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6641>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6641 Download of MS Office docs from protected areas fail with IE ------- Additional Comments From [EMAIL PROTECTED] 2002-02-27 11:21 ------- Hi remy, here are the steps to reproduce the problem: 1. Create a sample Word document and put it on examples/jsp/security/protected/sample.doc 2. Start catalina and get this document: http://localhost/jsp/security/protected/sample.doc 3. Authenticate as tomcat 4. The Open-Save dialog appears. Select open and the document opens on word OK. 5. Change URL to http://localhost/jsp/security/protected/sample.xxx The error page appears 6. Put again the correct URL: http://localhost/jsp/security/protected/sample.doc Sometimes the IE thows and error and others opens the Form login as Word document. This is because catalina tries to re-authenticate the document. Here is the log file that demonstrates this: 127.0.0.1 - - [27/Feb/2002:12:16:28 1000] "GET /jsp/security/protected/sample.doc HTTP/1.1" 404 675 127.0.0.1 - - [27/Feb/2002:12:16:35 1000] "GET /examples/jsp/security/protected/sample.doc HTTP/1.1" 302 654 127.0.0.1 - - [27/Feb/2002:12:16:35 1000] "GET /examples/jsp/security/protected/login.jsp HTTP/1.1" 200 611 127.0.0.1 - - [27/Feb/2002:12:16:40 1000] "POST /examples/jsp/security/protected/j_security_check HTTP/1.1" 302 654 127.0.0.1 - tomcat [27/Feb/2002:12:16:40 1000] "GET /examples/jsp/security/protected/sample.doc HTTP/1.1" 200 19456 127.0.0.1 - - [27/Feb/2002:12:16:43 1000] "OPTIONS /examples/jsp/security/protected HTTP/1.1" 200 - 127.0.0.1 - - [27/Feb/2002:12:16:43 1000] "GET /_vti_inf.html HTTP/1.1" 404 615 127.0.0.1 - - [27/Feb/2002:12:16:43 1000] "POST /_vti_bin/shtml.exe/_vti_rpc HTTP/1.1" 404 657 127.0.0.1 - - [27/Feb/2002:12:16:43 1000] "OPTIONS /examples/jsp/security/protected/sample.doc HTTP/1.1" 200 - 127.0.0.1 - tomcat [27/Feb/2002:12:16:51 1000] "GET /examples/jsp/security/protected/login.jsp HTTP/1.1" 200 611 127.0.0.1 - - [27/Feb/2002:12:16:51 1000] "GET /jsp/security/protected/sample.doc HTTP/1.1" 404 675 127.0.0.1 - - [27/Feb/2002:12:16:58 1000] "GET /jsp/security/protected/sample.doc HTTP/1.1" 404 675 127.0.0.1 - tomcat [27/Feb/2002:12:17:03 1000] "GET /examples/jsp/security/protected/sample.doc HTTP/1.1" 200 19456 127.0.0.1 - - [27/Feb/2002:12:17:05 1000] "OPTIONS /examples/jsp/security/protected HTTP/1.1" 200 - 127.0.0.1 - - [27/Feb/2002:12:17:05 1000] "GET /_vti_inf.html HTTP/1.1" 404 615 127.0.0.1 - - [27/Feb/2002:12:17:05 1000] "POST /_vti_bin/shtml.exe/_vti_rpc HTTP/1.1" 404 657 127.0.0.1 - - [27/Feb/2002:12:17:05 1000] "OPTIONS /examples/jsp/security/protected/sample.doc HTTP/1.1" 200 - 127.0.0.1 - - [27/Feb/2002:12:17:05 1000] "GET /examples/jsp/security/protected/sample.doc HTTP/1.1" 302 654 127.0.0.1 - - [27/Feb/2002:12:17:05 1000] "GET /examples/jsp/security/protected/login.jsp HTTP/1.1" 200 611 127.0.0.1 - tomcat [27/Feb/2002:12:17:37 1000] "GET /examples/jsp/security/protected/tomcat.gif HTTP/1.1" 200 1934 127.0.0.1 - tomcat [27/Feb/2002:12:20:37 1000] "GET /examples/jsp/security/protected/tomcat.xxx HTTP/1.1" 404 675 127.0.0.1 - tomcat [27/Feb/2002:12:24:50 1000] "GET /examples/jsp/security/protected/sample.doc HTTP/1.1" 200 19456 127.0.0.1 - - [27/Feb/2002:12:24:52 1000] "OPTIONS /examples/jsp/security/protected HTTP/1.1" 200 - 127.0.0.1 - - [27/Feb/2002:12:24:52 1000] "GET /_vti_inf.html HTTP/1.1" 404 615 127.0.0.1 - - [27/Feb/2002:12:24:52 1000] "POST /_vti_bin/shtml.exe/_vti_rpc HTTP/1.1" 404 657 127.0.0.1 - - [27/Feb/2002:12:24:52 1000] "OPTIONS /examples/jsp/security/protected/sample.doc HTTP/1.1" 200 - 127.0.0.1 - - [27/Feb/2002:12:24:52 1000] "GET /examples/jsp/security/protected/sample.doc HTTP/1.1" 302 654 127.0.0.1 - - [27/Feb/2002:12:24:52 1000] "GET /examples/jsp/security/protected/login.jsp HTTP/1.1" 200 611 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
