hello everybody!!
I have configured webdav in nuxeo 5.4 by following the
http://community.nuxeo.com/5.3/books/nuxeo-book/html/nuxeo-platform-webdav-server.html
article, and everything works fine in the MS Windows OS
client after add the extension as follows:
<extension target="
org.nuxeo.ecm.platform.webdav.config.WebDavConfigurationServ
ice " point="DavClientConfiguration">
<documentation>
Configuration for MS Web Folders (both versions) and
WebDrive.
</documentation>
<davClientConfiguration name="MSWebFolders"
enabled="true">
<needGetParameterForCollectionNamming>true</needGetParameterForCollectionNamming
>
<needVirtualPathForLief>false</needVirtualPathForLief>
<useFileNameAsRessourceName>true</useFileNameAsRessourceName
>
<needFullURLs>true</needFullURLs>
<needMSDavHeader>true</needMSDavHeader>
<userAgentPatterns>
<pattern>Microsoft-WebDAV</pattern>
<pattern>Microsoft Data Access Internet Publishing
Provider</pattern>
</userAgentPatterns>
</davClientConfiguration>
</extension>
however, on Mac or Linux does not recognize the mime types
and when trying to download any document it is downloaded as
xml file, could someone know any configuration to these kind
of clients?
Thanks in advanced
Jesus
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/