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=8859>. 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=8859 Out-of-namespace A:href with locked files Summary: Out-of-namespace A:href with locked files Product: Tomcat 4 Version: 4.0.3 Final Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Servlets:WebDAV AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When requesting for all properties on a locked files, the tomcat buld-in webdav servlet return an out-of-namespace <A:href> as shown in following traces. <response><href>/metawebdav/bookmarks.htm</href> <propstat><prop><resourcetype/><lockdiscovery><activelock><locktype><write/></lo cktype> <lockscope><exclusive/></lockscope> <depth>Infinity</depth> <owner> <A:href>anonymous</A:href> </owner> <timeout>Second-3599</timeout> <locktoken><href>opaquelocktoken:dummytoken</href> </locktoken> </activelock> </lockdiscovery> <getcontentlength>1104</getcontentlength> <getcontenttype>text/html</getcontenttype> <getlastmodified>Fri, 03 May 2002 09:24:14 GMT</getlastmodified> </prop> <status>HTTP/1.1 200 OK</status> </propstat> </response> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>