Siteminder session expired issues with http client 4

2013-01-15 Thread Gourishankar Patil
Hi Team We are using the http client v4.2.2 and we are using pooling client connection manager for connections, When we test the application we get siteminder session expired message, and it tries to forward to login page. Please need your help in this regard. Thanks in advance, Gouri.

Re:

2013-01-15 Thread Deepak Mishra
Thank you very much Dilip, Oleg. We need to get latest release of HttpClient 4.2.3 with this bug fix very urgently. Can you please also tell me how to get the latest jar files (httpclient-4.2.3.jar etc...) for the latest code or if I should build jar files locally on my machine then which branch

Re: Re:

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 17:05 +0530, Deepak Mishra wrote: Thank you very much Dilip, Oleg. We need to get latest release of HttpClient 4.2.3 with this bug fix very urgently. Can you please also tell me how to get the latest jar files (httpclient-4.2.3.jar etc...) for the latest code or if

Re: Re:

2013-01-15 Thread Deepak Mishra
Thank you very much Oleg. I got the latest build from following URL http://archive.apache.org/dist/httpcomponents/httpclient/binary/ I need one more help from you. Can you please give me a sample program that communicates through proxy server using kerberos authentication. I am successfully able

[ANNOUNCEMENT] HttpComponents HttpClient 4.2.3 GA release

2013-01-15 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce 4.2.3 GA release of Apache HttpClient. This is a bug fix release that addresses a number of issues reported since release 4.2.2. This release also includes a thoroughly reworked NTLM authentication engine which should result in a better

Re: [ANNOUNCEMENT] HttpComponents HttpClient 4.2.3 GA release

2013-01-15 Thread Jean-Marc Spaggiari
Hi Oleg, Into httpcomponents-client-4.2.3 zip file there is httpcore-4.2.2 file. Should it not be httpcore-4.2.3? JM 2013/1/15, Oleg Kalnichevski ol...@apache.org: The HttpComponents project is pleased to announce 4.2.3 GA release of Apache HttpClient. This is a bug fix release that addresses

Unit test failure

2013-01-15 Thread Mark Claassen
I am trying to compile HttpClient 4.2.2, but I run into a unit test failure every time. It doesn't say much so I am not sure what to do. Could it be my environment? All the other tests in all the other packages succeed. Running org.apache.http.impl.client.TestStatefulConnManagement Tests

RE: Unit test failure

2013-01-15 Thread Mark Claassen
Guess I will try 4.2.3 quick. -Original Message- From: Mark Claassen [mailto:ma...@donnell.com] Sent: Tuesday, January 15, 2013 12:26 PM To: 'HttpClient User Discussion' Subject: Unit test failure I am trying to compile HttpClient 4.2.2, but I run into a unit test failure every time.

RE: Unit test failure

2013-01-15 Thread Mark Claassen
I will get a unit test failure in the same place. Any ideas? Running org.apache.http.impl.client.TestRequestRetryHandler Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.apache.http.impl.client.TestRequestWrapper Tests run: 2, Failures: 0, Errors: 0, Skipped:

Re: Unit test failure

2013-01-15 Thread sebb
On 15 January 2013 17:45, Mark Claassen ma...@donnell.com wrote: I will get a unit test failure in the same place. Any ideas? Running org.apache.http.impl.client.TestRequestRetryHandler Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running

RE: Unit test failure

2013-01-15 Thread Mark Claassen
Sorry, I bit of a type-o there. I still get a unit test failure in the same place. I am going to see if I can try a build on another machine. -Original Message- From: Mark Claassen [mailto:ma...@donnell.com] Sent: Tuesday, January 15, 2013 12:46 PM To: 'HttpClient User Discussion'

Re: Unit test failure

2013-01-15 Thread sebb
On 15 January 2013 18:08, Mark Claassen ma...@donnell.com wrote: Thanks! Connect to localhost:54964 Since the other tests succeeded, I can't tell if they had been using this port or not. netstat does not show it in use now (when the tests are not running). -testcase

RE: Unit test failure

2013-01-15 Thread Mark Claassen
That works. I am using Java 6 update 38 My laptop is running Windows Vista --- T E S T S --- Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO]

RE: Unit test failure

2013-01-15 Thread Mark Claassen
It has not been a good day for me as far as jumping to conclusions and type-os. It actually failed. --- T E S T S --- Running org.apache.http.impl.client.TestStatefulConnManagement Tests

RE: Unit test failure

2013-01-15 Thread Mark Claassen
I tried it on a different machine, this one running the same version of Java, but on a Windows 7 machine (64 bit OS, 32 bit VM). I get the same result. Only this time is has Connect to localhost:56701 timed out -Original Message- From: Mark Claassen [mailto:ma...@donnell.com] Sent:

Re: Unit test failure

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 14:39 -0500, Mark Claassen wrote: I tried it on a different machine, this one running the same version of Java, but on a Windows 7 machine (64 bit OS, 32 bit VM). I get the same result. Only this time is has Connect to localhost:56701 timed out -Original

RE: Unit test failure

2013-01-15 Thread Mark Claassen
Thanks! My test laptops are not too fast, so I am guessing that this might be the issue. I am not too familiar with the ins and outs of maven. Is there a way I can remove this test from my local lists of tests and run the build successfully? Mark -Original Message- From: Oleg

Re: Unit test failure

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 15:39 -0500, Mark Claassen wrote: Thanks! My test laptops are not too fast, so I am guessing that this might be the issue. I am not too familiar with the ins and outs of maven. Is there a way I can remove this test from my local lists of tests and run the build