[
https://issues.apache.org/jira/browse/SLING-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708809#action_12708809
]
Felix Meschberger commented on SLING-967:
-----------------------------------------
Implementation support:
* For Windows, the RFC contains the source for a Windows Script allowing to
open davmount responses with Windows WebFolder
* For Linux a gvfs-dav-mount tool is available in source from from
http://github.com/gicmo/gvfs-dav-mount/tree/master
> Support davmount requests (RFC 4709)
> ------------------------------------
>
> Key: SLING-967
> URL: https://issues.apache.org/jira/browse/SLING-967
> Project: Sling
> Issue Type: New Feature
> Components: JCR
> Affects Versions: JCR Webdav 2.0.4
> Reporter: Felix Meschberger
>
> RFC 4709 [1] defines a file format and MIME type to convey WebDAV mount
> information from servers to clients.
> Generating such a response is easy for Sling in that the WebDAV support can
> register servlet responding to the "davmount" extension, which maps to the
> application/davmount+xml extension. This servlet would generate the correct
> response.
> For example a request to
> http://host/some/content.davmount
> might reply with
> <dm:mount xmlns:dm="http://purl.org/NET/webdav/mount">
> <dm:url>http://host:80/</dm:url>
> <dm:open>some/content/</dm:open>
> </dm:mount>
> [1] http://www.ietf.org/rfc/rfc4709.txt
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.