Webfolders in XP converts to UTF8 when uploading a file!
Slide has a problem with UTF8 encoded URL! Following change solved the UTF8 encoding problems for me:
Line 337 in WebdavUtils.java: return decodeURL(fixTomcatURL(result, "UTF-8"));
should be changed to: return decodeURL(result);
Otherwise slide will encode an already UTF8 encoded string to UTF8 again and that will screw-up the propfind (refresh from webfolders)!
However there will still be a problem with the presentation! Webfolders can convert whatever you upload to the server from local encoding to UTF8 - but it does not convert the results back from UTF8 to local! This results in a presentation of the files that looks a bit funny! But the references are still valid and if you try to open one of the files in IE then you will see the correct decoding of the URL! This is a Microsoft "feature" and not a slide error!
Could you please elaborate? MS Webfolders work just fine with Microsoft IIS, Apache/moddav and our server. As far as I can tell, the UTF-8 handling works ok (in recent versions).
Julian
-- <green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
