Hi,

I have modified the webdav servlet of tomcat-4.1.24 (I have the same problem
with 5.0.16) and everything seems to be fine. The only problem (as far as I
know) when I try to open a directory containing German Umlauts for example
hellö. The Windows XP webfolder client doesn't even send a request to tomcat
when I doubleclick on directory (to open it), it claims that the resource is
not valid any more (this my translation). From the servlet I send the
following URL and my question how I can fix the problem:


<response><href>http://localhost:8080/webfolder/jdiff/jdiff/hell%C3%B6/</hre
f>
<propstat><prop><creationdate>2003-12-04T17:03:44Z</creationdate>
<displayname><![CDATA[hellö]]></displayname>
<resourcetype><collection/></resourcetype>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat><prop><name/><parentname/><href/><ishidden/><isreadonly/><getconte
nttype/><contentclass/><getcontentlanguage/><lastaccessed/><getlastmodified/
><getcontentlength/><iscollection/><isstructureddocument/><defaultdocument/>
<isroot/></prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>

Zsolt



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

Reply via email to