Hi Andrew,
No, AFAIU these were set as connection's request properties, and header
logs were printed before setting these properties.
I've done a small fix like this to JavaUrlHttpCommandExecutorService.java.
+if (connection.getRequestProperty(HttpHeaders.ACCEPT) == null) {
+ connection.setRequestProperty(HttpHeaders.ACCEPT, "*/*");
+ }
I think this is of no harm, what do you think?
On Wed, Jan 1, 2014 at 8:14 PM, Andrew Phillips <[email protected]> wrote:
> con.setRequestProperty("Accept", "*/*");
>>
>
> Do the header logs say anything about the headers that jclouds is
> sending..?
>
> ap
>
--
Thanks & regards,
Nirmal
Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/