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 <connus...@gmail.com>
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