I fixed this issue by building a patched version of the webdav-ant jar. Problem was, that in Utils.java all URIs where given to the slide webdavlib without escaping them before (works only with plain ASCII file names). Replacing all getURI() with getEscapedURI() will do the job.
I've not checked if this was already fixed in the current CVS head. I used the source from jakarta-slide-webdavclient-src-2.1.zip. Is someone maintaining the ant tasklib? I noticed that there are some tasks missing to make it fully usable (e.g. versioncontrol, report). We will code them ourselves on demand while working on our project. Certainly we will contribute our changes. If desired we may even maintain the ant tasks if there is no one else... Bye, Kolja -- Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
