hi
The next problem is that the WebDav-Server prefixes the directories and files with their namespaces, which leeds to problems when copying the files to a windows-directory...
Is there a different possibility to map the JCR-Contents? Like jcr/nodetypes/mix/referenceable instead of jcr:nodetypes/mix:referenceable
with the default settings there is no such possibility and i don't thinks its wise to split namespace-prefix and the localname to different path segments... but, you may create your own implementation of the DavResourceLocatorFactory interface. The factory is responsible for build the locator from a repository item path and the locator itself allows to retrieve the item path again. for discussions regarding encoding of jcr-names see http://issues.apache.org/jira/browse/JCR-184 and also: AbstractWebdavServlet#getLocatorFactory() and AbstractWebdavServlet#setLocatorFactory(). kind regards angela