illegal format for WebDAV lock tokens
-------------------------------------

                 Key: JCR-1352
                 URL: https://issues.apache.org/jira/browse/JCR-1352
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-webdav
            Reporter: Julian Reschke
            Priority: Minor


WebDAV lock tokens are URIs, while JCR lock tokens aren't. Therefore, the 
WebDAV servlet needs to transform outgoing JCR lock tokens (response headers 
and WebDAV properties) into URI format, and needs to parse the original lock 
token out of incoming WebDAV lock tokens (in request headers).

Proposed mapping:

- when the JCR lock token uses UUID format, use "urn:uuid",

- otherwise encode with a constant prefix, such as 
"tag:jackrabbit.apache.org,2008:LockTokens."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to