I have logged JCR-3884 <https://issues.apache.org/jira/browse/JCR-3884> to
track this. Have also added a proposed solution in it. Please take a look.

Regards
Satya Deep

[1] - https://issues.apache.org/jira/browse/JCR-3884

On Thu, May 28, 2015 at 4:03 PM, Satya Deep Maheshwari <[email protected]>
wrote:

> Hi
>
> Resending this....
> While debugging, I see that AbstractWebdavServlet takes care of handling
> the webdav requests. In case of DELETE, it just goes ahead and deletes the
> resource. See [1]. Is there anyway I can hook in my code here to get
> invoked whenever a DELETE request is made.
>
> Regards
> Satya Deep
>
> [1] -
> https://github.com/apache/jackrabbit/blob/trunk/jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/server/AbstractWebdavServlet.java#L336
>
> On Thu, Apr 30, 2015 at 2:23 PM, connuser1 connuser1 <[email protected]>
> wrote:
>
>> Hi
>>
>> We have implemented IOHandler, PropertyHandler, CopyMoveHandler in our
>> project to plugin some of our application logic while handling webdav
>> requests. I am able to handle PUT and MOVE via importContent and move
>> methods respectively. How can I handle DELETE request?
>>
>> Thanks
>>
>
>

Reply via email to