DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29094>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29094

Webdav servlet failure in 5.0.24 with IE5 and IE6 clients

           Summary: Webdav servlet failure in 5.0.24 with IE5 and IE6
                    clients
           Product: Tomcat 5
           Version: 5.0.24
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The webdav webapp of 5.0.24 cannot serve web folders to IE5 or IE6. Two things 
to note:
1. The bug is not seen in 4.1.12
2. The Goliath 1.0.1 webdav client on Mac OS X 10.3.3 is OK with 5.0.24 as well 
as 4.1.12

Here are the Tomcat access log entries when trying to create the web folder in 
IE6 against Tomcat 5.0.25:
192.168.1.14 - - [19/May/2004:16:22:03 +0000] "OPTIONS / HTTP/1.1" 200 9231
192.168.1.14 - - [19/May/2004:16:22:03 +0000] "GET /_vti_inf.html HTTP/1.1" 404 
974
192.168.1.14 - - [19/May/2004:16:22:03 +0000] "POST /_vti_bin/shtml.exe/_vti_rpc 
HTTP/1.1" 404 1016

After the POST IE throws up a dialog saying it can't create the web folder. 
Clicking yes sends another GET and IE displays a directory listing of the webdav 
webapp's file system.

Here are the Tomcat access log entries when doing the same thing against Tomcat 
4.1.12:
192.168.1.8 - - [19/May/2004:17:28:05 00] "OPTIONS / HTTP/1.1" 200 -
192.168.1.8 - - [19/May/2004:17:28:05 00] "GET /_vti_inf.html HTTP/1.1" 404 -
192.168.1.8 - - [19/May/2004:17:28:05 00] "POST /_vti_bin/shtml.exe/_vti_rpc 
HTTP/1.1" 404 -
192.168.1.8 - - [19/May/2004:17:28:05 00] "OPTIONS /webdav HTTP/1.1" 200 -
192.168.1.8 - - [19/May/2004:17:28:05 00] "PROPFIND /webdav HTTP/1.1" 207 -
192.168.1.8 - - [19/May/2004:17:28:05 00] "PROPFIND /webdav HTTP/1.1" 207 -
192.168.1.8 - - [19/May/2004:17:28:05 00] "PROPFIND /webdav HTTP/1.1" 207 -

IE displays a web folder containing the webdav webapp's file system.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to