Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-131

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

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.1.0-incubating
    • tck
    • None

    Description

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

      Attachments

        Activity

          People

            dcaruana David Caruana
            exoman Alexey Zavizionov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: