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

Bertrand Delacretaz commented on SLING-342:
-------------------------------------------

CreateNodeTest fixed in revision 640986, the difference is that unsupported 
URLs in GET requests now return a 404 status instead of 500, which is fine.

Also tried to update launchpad/webapp/pom.xml to use the / path as the base for 
WebDAV operations in revision 640987, so that this new servlet is used for the 
launchpad integration tests by default. 

Integration tests passed when run with the Sling webapp mounted on /, but not 
if mounted on org.apache.sling.launchpad.webapp-2.0.0-incubator-SNAPSHOT/ - 
probably a minor path concatenation problem, reverted the pom.xml change, will 
look at that tomorrow unless someone beats me to it.

> 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