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

[jira] [Commented] (JCR-3895) Add handler to handle webdav LOCK requests

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

Satya Deep Maheshwari commented on JCR-3895:
--------------------------------------------

[~tripod], if you haven't started on this already, I can come up with a patch on this. This would be similar to the work done for adding DELETE handler in JCR-3884. Please let me know.

> Add handler to handle webdav LOCK requests
> ------------------------------------------
>
>                 Key: JCR-3895
>                 URL: https://issues.apache.org/jira/browse/JCR-3895
>             Project: Jackrabbit Content Repository
>          Issue Type: New Feature
>          Components: jackrabbit-jcr-server
>            Reporter: Tobias Bocanegra
>
> similar to JCR-3884, an application should be able to control how LOCK requests are handled.
> the concrete use case: WebDAV on OSX does not respect failing PUT requests, if the prior LOCK request succeeded. 
> in the case where a user does not have write access to a node, and the node does not have  mix:lockable, the webdav server creates a in-memory lock token for that node, hence allowing the LOCK.
> We don't want to change this behavior in general, as it might have unexpected results in other places, but to be able to control the LOCK behavior in more detail in a handler than can be controlled by the application.
> workaround: create servlet filter



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