Re: HttpClient with CircularRedirectException

2014-10-29 Thread Oleg Kalnichevski
ted States > > > > > > > > > > From: srihari na > > To: HttpClient User Discussion > > Date: 10/28/2014 05:47 AM > > Subject:Re: HttpClient with CircularRedirectException > > > > > > > > I am still not convinced th

Re: HttpClient with CircularRedirectException

2014-10-28 Thread srihari na
King St > Littleton, MA 01460-1250 > United States > > > > > From: srihari na > To: HttpClient User Discussion > Date: 10/28/2014 05:47 AM > Subject:Re: HttpClient with CircularRedirectException > > > > I am still not convinced that it is

Re: HttpClient with CircularRedirectException

2014-10-28 Thread Todd W Lainhart
ittleton, MA 01460-1250 United States From: srihari na To: HttpClient User Discussion Date: 10/28/2014 05:47 AM Subject:Re: HttpClient with CircularRedirectException I am still not convinced that it is a server side problem because other clients are able to handle the redi

Re: HttpClient with CircularRedirectException

2014-10-28 Thread srihari na
I am still not convinced that it is a server side problem because other clients are able to handle the redirects to some sort of solution. I believe there might be some issue in the redirect strategy of the HTTP client. Is it better i go ahead and raise a jira for this one. On Wed, Oct 15, 2014 at

Re: HttpClient with CircularRedirectException

2014-10-15 Thread Todd W Lainhart
srihari na wrote on 10/15/2014 04:38:23 AM: > My concern is why the Http Client library is hitting Circular redirect or > maximum redirect issue where as normal rest client or simple java program > does not have any issue while invoking the URL. > An obvious guess is that the other clients ar

Re: HttpClient with CircularRedirectException

2014-10-15 Thread srihari na
Hi All, My concern is why the Http Client library is hitting Circular redirect or maximum redirect issue where as normal rest client or simple java program does not have any issue while invoking the URL. On Tue, Oct 14, 2014 at 8:25 PM, Todd W Lainhart wrote: > > > > We are using HttpClient ver

Re: HttpClient with CircularRedirectException

2014-10-14 Thread Todd W Lainhart
> > We are using HttpClient version 4.2.5 and we did try the > option client.getParams().setParameter(ClientPNames.ALLOW_CIRCULAR_REDIRECTS, > true);, however this hits maximum redirects hits occurred around 100. > Don't you want to set that to 'false'? I believe that you can also set MAX_RED

Re: HttpClient with CircularRedirectException

2014-10-14 Thread srihari na
Todd Lainhart > Rational software > IBM Corporation > 550 King Street, Littleton, MA 01460-1250 > 1-978-899-4705 > 2-276-4705 (T/L) > lainh...@us.ibm.com > > > > > From: srihari na > To: HttpClient User Discussion > Date: 10/14/2014 10:04 AM > Subject:

Re: HttpClient with CircularRedirectException

2014-10-14 Thread Todd W Lainhart
t Rational software IBM Corporation 550 King Street, Littleton, MA 01460-1250 1-978-899-4705 2-276-4705 (T/L) lainh...@us.ibm.com From: srihari na To: HttpClient User Discussion Date: 10/14/2014 10:04 AM Subject:HttpClient with CircularRedirectException Hello, We are trying a

HttpClient with CircularRedirectException

2014-10-14 Thread srihari na
Hello, We are trying a simple Get request to a server which is seems to be in circular redirection and end up in CircularRedirectException, based on some internet search hits there is a mechanism to disable the circuralRedirectionException, however we hit maximum redirection hits(100) occurred. We