You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2023/04/12 07:24:00 UTC

[jira] [Resolved] (SLING-967) Support davmount requests (RFC 4709)

     [ https://issues.apache.org/jira/browse/SLING-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-967.
------------------------------------
    Resolution: Won't Fix

> 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.6
>            Reporter: Felix Meschberger
>            Priority: Major
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)