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=26449>. 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=26449 Webdav servlet will not open in IE web folder. ------- Additional Comments From [EMAIL PROTECTED] 2004-01-28 21:05 ------- This is invalid but it is actually because of a bug in IE. Steps to reproduce: 1. Install tomcat 5 (latest version), enable webdav servlet (read docs for details) 2. Start tomcat 5 3. Open internet exploer 4. Select File > Open 5. Enter http://localhost/webdav/ 6. Tick the open as webfolder option There are actually two problems. A. IE actually requests http://localhost/webdav rather than http://localhost/webdav/ B. Tomcat returns a 302 to this request, redirecting to http://localhost/webdav/ IE ignores this redirect Further info may be found at http://www.mail-archive.com/[EMAIL PROTECTED]/msg109970.html I have tried in vain to get MS to do something about this. To quote from their reply: <quote> However, I'm sorry to inform you that this issue falls outside the support boundaries for Microsoft Windows products. I would like to suggest that you contact Microsoft Support Professional. I believe that they will assist you best since this issue relates to development. </quote> And I thought webdav was user functionality... If you feel inclined to try and get MS to do something about this, best of luck! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]