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

Felix Meschberger resolved SLING-342.
-------------------------------------

    Resolution: Fixed

The problem with WebDAV setting to "/" is not actually the SlingWebDavServlet 
but the HttpTestBase accessing the WebDAV root without a trailing slash. This 
causes and access to the context path root without a trailing slash causing the 
servlet container to send back a redirect.

Appending a trailing slash to the check causes the test to succeed.

> Enable WebDAV to the Sling default workspace through Sling
> ----------------------------------------------------------
>
>                 Key: SLING-342
>                 URL: https://issues.apache.org/jira/browse/SLING-342
>             Project: Sling
>          Issue Type: New Feature
>          Components: Repository
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> Currently, the jcr/webdav module provides WebDAV through the 
> SimpleWebDavServlet in its own servlet context (configurable, default is 
> /dav). This default support requires including the name of the workspace to 
> access in the URL.
> Additional support for WebDAV should be added which allows WebDAV access to 
> the default workspace used by Sling through the Sling Main Servlet. As such, 
> a Sling Servlet is to be registered which implements WebDAV.

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