ConnectException not handled in DefaultHttpMethodRetryHandler

2008-10-27 Thread Jaroslav Bielcik
Hi, i am using commons-httpclient.3.0.1 and I am sending some requests through https protocol. I have a problem with a long creation of connection if ip address of remote service is not existing. I think problem is in the situation when https connection is not created and ConnectException is

NTLM-Proxy authentication and SSL-target

2008-10-27 Thread Cech. Ulrich
Hello, I have a problem with SSL target over a proxy. I use the example of the HttpClient-code (4.0 beta), without an SSL-target, everything work fine. But if I change the target to port 443 and https (s. commented line), I receive the HTTP/1.0 407 Proxy Authentication Required from the proxy

MultithreadedHttpConnectionManager and high loads

2008-10-27 Thread De Groot, Cees
Hi, We're using HC in order to access an internal high-volume service (thousands reqs/sec), and we noticed that DefaultHttpParams is synchronized all over the place. This kills concurrency (I have a thread dump showing ~1200 threads waiting there ;-)), and I don't think it is necessary - it

Re: MultithreadedHttpConnectionManager and high loads

2008-10-27 Thread sebb
On 27/10/2008, De Groot, Cees [EMAIL PROTECTED] wrote: Hi, We're using HC in order to access an internal high-volume service (thousands reqs/sec), and we noticed that DefaultHttpParams is synchronized all over the place. This kills concurrency (I have a thread dump showing ~1200 threads

How to download from URL that requires login?

2008-10-27 Thread dahoffer
I'm new to HTTP Client. I have a URL I want to connect to (and download content) that requires user to first login with username password. How can I do this with HTTP Client? -Dave -- View this message in context: