[ 
https://issues.apache.org/jira/browse/SLING-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708831#action_12708831
 ] 

Julian Reschke commented on SLING-967:
--------------------------------------

More implementation support:

* Xythos Drive Windows client (== SAP Portal Drive)

Question: how about doing this in a way so that it can also be easily used from 
the base Jackrabbit WebDAV servlet?

> 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.

Reply via email to