Re: HttpClient Consultant Needed Immediately

2004-06-10 Thread Ortwin Glück
Lukas Bradley wrote: Because we only issue certificates for personal security reasons, we are not a valid certificate authority in Java's eyes. All you need to do is import their private CA's certificate into the keystore, so their SSL certs can be verified. --

[newbie-question] Port Management for HttpClient

2004-06-10 Thread bagas
There I add the Subject :) -Original Message- From: bagas [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 12:43 PM To: 'Commons HttpClient Project' Subject: [newbie-question] Dear all, I am using HttpClient for a program to connect to a Webserver, I am testing now and run many

Re: [newbie-question] Port Management for HttpClient

2004-06-10 Thread Ortwin Glück
bagas wrote: I think using 20 thread in the same time means I only use 20 ports (and another 20 ports use by the Webserver) at the same time and there is still a lot of ports in my computer that HttpClient can bind but still HttpClient often throws exception because trying to bind already bound

Re: unable to find line starting with HTTP

2004-06-10 Thread Juan Pedro López Sáez
Hello. I return with my problem, now with more information. Guys at the server side (the use Apache) told me they don't have any problem related to dropping connections, and even they assure me the server did receive my request and at least logged the response. They have two servers: the main

Re: unable to find line starting with HTTP

2004-06-10 Thread Ortwin Glck
Juan Pedro López Sáez wrote: If the request doesn't success, PostMethod.releaseConnection() isn't called You must *always* call releaseConnection, whether the request was successful or not. Do it in a finally block. Missing a call to releaseConnection will lead to resource leaks. --

RE: unable to find line starting with HTTP

2004-06-10 Thread Kalnichevski, Oleg
- Maybe the problem is in our side and changing the URL (changing the server) implies destroying a broken object and creating a fresh one. The new object can handle the new connection without any problem. Could the second possibility be true in some aspect? Juan, I do not think this is very

PostMethod 's recycle method has problem

2004-06-10 Thread Himanshu Thube
Hi all, Thanks for all your answers for my questions till now. I have a problem with PostMethod. When I reuse the same method it gives a exception that PostMethod needs to be recycled. So I had put a check with help of hasbeenUsed() method of PostMethod and trying to recycle the PostMethod.

RE: PostMethod 's recycle method has problem

2004-06-10 Thread Foran, Christopher
I think I know the answer to this one. You need to call .recycle() after every .execute(). -Original Message- From: Himanshu Thube [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:18 PM To: [EMAIL PROTECTED] Subject: PostMethod 's recycle method has problem Hi all, Thanks

DO NOT REPLY [Bug 29306] - [CONTRIB] SSL authenticating protocol socket factory

2004-06-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29306. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29439] - Credentials ignored if realm specified in preemptive authentication

2004-06-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29439] - Credentials ignored if realm specified in preemptive authentication

2004-06-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [newbie-question] Port Management for HttpClient

2004-06-10 Thread bagas
What Platform are you on? Windows XP (but I might change the platform for the real deployment) And this is the JVM : java version 1.4.1_02 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode) Can you provide a full

HttpClient 2.0 problems

2004-06-10 Thread Arturo Esquivel Sanchez
Hi, The problem that im having is that sometimes i get the following error when trying to connect to url, and then i change something in my code and suddenly works fine, then i change something again and i get again the same error (¿?), if a loop in my code in order to get a response other