Re: Upgrade from Commons HttpClient to HttpClient 4.1

2011-02-07 Thread ewan . slater
Message- From: Elias, Sean eli...@newsltd.com.au Date: Mon, 7 Feb 2011 12:13:09 To: HttpClient User Discussionhttpclient-users@hc.apache.org Reply-To: HttpClient User Discussion httpclient-users@hc.apache.org Subject: RE: Upgrade from Commons HttpClient to HttpClient 4.1 I worked this out using

Re: Upgrade from Commons HttpClient to HttpClient 4.1

2011-02-07 Thread Oleg Kalnichevski
On Mon, 2011-02-07 at 10:01 +, ewan.sla...@googlemail.com wrote: Hi Guys, Thanks for the suggestions. It seems that upgrade in this case uses what one of my friends (who works in product management for a software vendor) describes as a bumpy upgrade path with limited appeal to the

Re: Upgrade from Commons HttpClient to HttpClient 4.1

2011-02-07 Thread sebb
Discussionhttpclient-users@hc.apache.org Reply-To: HttpClient User Discussion httpclient-users@hc.apache.org Subject: RE: Upgrade from Commons HttpClient to HttpClient 4.1 I worked this out using the following example http://theskeleton.wordpress.com/2010/07/24/avoiding-the-javax-net-ssl-s

Re: Upgrade from Commons HttpClient to HttpClient 4.1

2011-02-06 Thread Oleg Kalnichevski
On Fri, 2011-02-04 at 11:30 +, Ewan Slater wrote: Hi, I have downloaded (and wish to run) a piece of example code for accessing an application that was written for Commons HttpClient. I have downloaded HttpClient 4.1 as this is recommended and I would like to upgrade the example code

RE: Upgrade from Commons HttpClient to HttpClient 4.1

2011-02-06 Thread Elias, Sean
) { ex.printStackTrace(); return null; } } } -Original Message- From: Oleg Kalnichevski [mailto:ol...@apache.org] Sent: Sunday, 6 February 2011 11:05 PM To: HttpClient User Discussion Subject: Re: Upgrade from Commons HttpClient to HttpClient 4.1 On Fri

Upgrade from Commons HttpClient to HttpClient 4.1

2011-02-04 Thread Ewan Slater
Hi, I have downloaded (and wish to run) a piece of example code for accessing an application that was written for Commons HttpClient. I have downloaded HttpClient 4.1 as this is recommended and I would like to upgrade the example code to use HttpClient 4.1. I have searched for upgrade /