You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Satya Deep Maheshwari (JIRA)" <ji...@apache.org> on 2015/08/25 13:04:45 UTC

[jira] [Comment Edited] (SLING-4825) Add ability to handle webdav based DELETE requests

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

Satya Deep Maheshwari edited comment on SLING-4825 at 8/25/15 11:04 AM:
------------------------------------------------------------------------

Handler support for webdav DELETE requests is now released in jackrabbit version 2.11.0 .  So I think we are now good to incorporate the proposed changes in sling.

I am attaching a consolidated patch containing all the changes in sling to leverage this support. The patch also contains the integration-tests for testing this enhancement. Please review.


was (Author: satyadeep):
Handler support for webdav DELETE requests is now released in jackrabbit version 2.11.0 .  So I think we are now good to incorporate the proposed changes in sling.

I am attaching a consolidated patch containing all the changes in sling to leverage this support. The patch also contains the integration-tests for testing this enhancement. Please review.

> Add ability to handle webdav based DELETE requests
> --------------------------------------------------
>
>                 Key: SLING-4825
>                 URL: https://issues.apache.org/jira/browse/SLING-4825
>             Project: Sling
>          Issue Type: Improvement
>          Components: JCR
>            Reporter: Satya Deep Maheshwari
>         Attachments: SLING-4825.patch
>
>
> Recently 'delete handler' was added in jackrabbit. This provides the ability to add handlers for handling webdav based 'delete' requests. See JCR-3884 containing details on this feature. Earlier this ability was just available for other webdav operations like to copy/move etc. but was missing for 'delete'  . 
> Sling has written its own managers to keep track of these handlers. See [1] which has pre-existing handler managers like  SlingCopyMoveManager. 
> The intent of this jira issue is to add a delete handler manager so that the delete handler functionality can now be leveraged in Sling.
> [1] - https://github.com/apache/sling/tree/trunk/bundles/jcr/webdav/src/main/java/org/apache/sling/jcr/webdav/impl/handler



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)