Don't use a PATCH method to update of private working copy
----------------------------------------------------------

                 Key: CMIS-131
                 URL: https://issues.apache.org/jira/browse/CMIS-131
             Project: Chemistry
          Issue Type: Task
          Components: tck
            Reporter: Alexey Zavizionov



=== code of HttpClientConnection.executeRequest===
        } else if (method.equalsIgnoreCase("PATCH")) {
            HttpClientPatchMethod post = new 
HttpClientPatchMethod(req.getFullUri());
            post.setRequestEntity(new ByteArrayRequestEntity(req.getBody(), 
req.getType()));
============================================
HttpClientConnection.executeRequest(Request) line: 65   
CMISClient.executeRequest(Request, int, int) line: 509   
CMISClient.executeRequest(Request, int) line: 490   
VersionsTest.testCheckIn() line: 216    

-- 
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