[ 
https://issues.apache.org/jira/browse/JCLOUDS-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846742#comment-13846742
 ] 

Andrew Phillips edited comment on JCLOUDS-405 at 12/12/13 9:10 PM:
-------------------------------------------------------------------

Committed to master: 
https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=commit;h=cec0981bb925d6ccaf048727ae064a3827b3d1c3


was (Author: andrewp):
Committed to master: 
https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=search;s=Ignasi+Barrera;st=author

> PATCH method does not work in HTTPS connections
> -----------------------------------------------
>
>                 Key: JCLOUDS-405
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-405
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-core
>    Affects Versions: 1.6.2
>            Reporter: Ignasi Barrera
>            Assignee: Ignasi Barrera
>             Fix For: 1.7.0, 1.6.3
>
>         Attachments: JCLOUDS-405.patch
>
>
> The HttpURLConnection class does not allow to directly set the PATCH request 
> method. To set it, one needs to use reflection and manually set the value of 
> the *method* field.
> However, in HTTPS connections, the target HttpURLConnection is wrapped in a 
> *delegate* field, and the reflection workaround does not take effect unless 
> the method is also set in the *delegate*.
> See:
> https://java.net/jira/browse/JERSEY-639
> https://github.com/jersey/jersey/pull/45



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to