DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34772>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34772

           Summary: WebdavState always returns all lock token, not URI
                    specific
           Product: Slide
           Version: 2.1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P2
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


The method getAllLocks(String uri) of the class WebdavState always returns all 
lock tokens and not only the ones associated with the specified URI. This 
creates problems using the client library together with mod_dav of the Apache 
HTTP Server. The following client session does not work:

1) LOCK on resource /foo.txt
2) MKCOL on resource /bar

The MKCOL request fails. The server responds with a 412-status code which 
means that a precondition was not met. The Slide client library sends the lock 
token from the first request as If-header in the second request, but the lock 
token does not apply to the resource "/bar".

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to