[
https://issues.apache.org/jira/browse/CMIS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Caruana resolved CMIS-131.
--------------------------------
Resolution: Fixed
Assignee: David Caruana
Replaced patch with put requests. r916711
> 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
> Assignee: David Caruana
>
> === 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.