Andrew Gaul created JCLOUDS-1641: ------------------------------------ Summary: Cannot patch objects in GCS with modern Java Key: JCLOUDS-1641 URL: https://issues.apache.org/jira/browse/JCLOUDS-1641 Project: jclouds Issue Type: Improvement Components: jclouds-blobstore Affects Versions: 2.6.0 Reporter: Andrew Gaul Assignee: Andrew Gaul
JavaUrlHttpCommandExecutorService tries to make fields accessible to allow the PATCH method but modern Java prevents this. At least for GCS we can use POST with X-HTTP-Method-Override=PATCH although this is a general problem. -- This message was sent by Atlassian Jira (v8.20.10#820010)