https://issues.apache.org/bugzilla/show_bug.cgi?id=49428
--- Comment #8 from nogunha <saiyedza...@hotmail.com> 2010-09-30 16:29:03 EDT --- What happens is we are able to map the drive in windows explorer in windows7 but it creates three mappings and when you click on each mapping it does not open the sub folders on the right side of the windows explorer so you can't edit them. It works fine in XP but not in Windows7, Mac and linux. (In reply to comment #7) > Hi All - > For each element we are putting D: prefix. But still we have the issue in > Windows7, Linux and Mac. It works fine in XP. Below is the XMl response > content generated by XMLWriter. > We have our own webdav servlet which extends webdavserlet > org.apache.catalina.servlets.WebdavServlet; > public class FolderServlet extends WebdavServlet { > @@@@@@@@@@@@@@@@@@@@@@ > <?xml version="1.0" encoding="utf-8" ?> > - <D:multistatus xmlns:D="DAV:" > xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/"> > - <D:response> > <D:href>SimpleFolder</D:href> > - <D:propstat> > - <D:prop> > + <D:creationdate b:dt="dateTime.tz"> > - <![CDATA[ 2010-09-30T15:36:21Z > ]]> > </D:creationdate> > - <D:getlastmodified b:dt="dateTime.rfc1123"> > - <![CDATA[ Thu, 30 Sep 2010 19:36:21 GMT > ]]> > </D:getlastmodified> > <D:displayname>SimpleFolder</D:displayname> > - <D:resourcetype> > <D:collection /> > </D:resourcetype> > <D:source /> > - <D:supportedlock> > - <D:lockentry> > - <D:lockscope> > <D:exclusive /> > </D:lockscope> > - <D:locktype> > <D:write /> > </D:locktype> > </D:lockentry> > - <D:lockentry> > - <D:lockscope> > <D:shared /> > </D:lockscope> > - <D:locktype> > <D:write /> > </D:locktype> > </D:lockentry> > </D:supportedlock> > </D:prop> > <D:status>HTTP/1.1 200 OK</D:status> > </D:propstat> > - <D:propstat> > - <D:prop> > <D:name /> > <D:parentname /> > <D:ishidden /> > <D:isreadonly /> > <D:getcontenttype /> > <D:contentclass /> > <D:getcontentlanguage /> > <D:lastaccessed /> > <D:getcontentlength /> > <D:iscollection /> > <D:isstructureddocument /> > <D:defaultdocument /> > <D:isroot /> > </D:prop> > <D:status>HTTP/1.1 404 Not Found</D:status> > </D:propstat> > </D:response> > </D:multistatus> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org