RE: JDK 1.1.8 problems

2003-08-14 Thread George Gastaldi
I don't think it would be a good idea to scramble HTTPClient's code with checks for < 1.2 versions. IMHO, the main requirement for HTTPClient MUST be Java 1.2 and above. George -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 6:11 PM To

RE: [VOTE] HttpClient 2.0 RC1

2003-07-24 Thread George Gastaldi
+1 -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 9:34 AM To: [EMAIL PROTECTED] Subject: [VOTE] HttpClient 2.0 RC1 We have had just one (what I see as a real) bug since 2.0 beta2. I think it is time we moved past 'beta' into 'final rel

RE: URIException - Unbuffered entity enclosing request can not be repeated

2003-07-23 Thread George Gastaldi
the damn thing I hope this helps Oleg -Original Message- From: George Gastaldi [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 15:16 To: Commons HttpClient Project (E-mail) Subject: URIException - Unbuffered entity enclosing request can not be repeated Dear List, I am using

URIException - Unbuffered entity enclosing request can not be repeated

2003-07-23 Thread George Gastaldi
Dear List, I am using HTTPClient beta 1 and, strangely, the following exception (URIException) occurred: "Unbuffered entity enclosing request can not be repeated. Code: 0" followed by a 501 - Not implemented code. What situations could this occur (in a less technical way) ? T

RE: Occassional long download times

2003-07-08 Thread George Gastaldi
log4j.appender.rolling.layout=org.apache.log4j.PatternLayout log4j.appender.rolling.layout.ConversionPattern=%d{MM/dd/ HH:mm:ss} %c - %m%n -Original Message- From: George Gastaldi [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 10:26 AM To: Commons HttpClient Project Subject: RE: Occassional long

RE: Occassional long download times

2003-07-08 Thread George Gastaldi
Title: RE: Occassional long download times Attached is an example of a log4j properties config file. Be sure to set the parameter: -Dlog4j.configuration=C:/log4j.properties for example -Original Message- From: Michael Mattox [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 08, 2003 1

RE: [VOTE] branch 2.0 code and begin 2.1 development

2003-07-04 Thread George Gastaldi
+1 And make 2.0 final. -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 12:10 PM To: Commons Project Subject: [VOTE] branch 2.0 code and begin 2.1 development I propose that we create a 2.0 branch from the latest code in CVS HEAD and begin

HTTPRecoverable

2003-07-02 Thread George Gastaldi
Hi, What action should I do when a HTTPRecoverableException occurs ?? What does that means ? Connection Timeout ? Thank you.

RE: Continue - 100

2003-06-30 Thread George Gastaldi
BETA-1 or current CVS snapshot. I suppose you are using on of the ALPHA releases, as since BETA-1 HttpClient never returns 100 (continue) status code to the caller. http://jakarta.apache.org/commons/httpclient/downloads.html Cheers Oleg -Original Message- From: George Gastaldi [mailto

Continue - 100

2003-06-27 Thread George Gastaldi
Hello Everybody ! I have a problem regarding HTTPClient when I do a POST. In some situations, the code returned is 100 - Continue. What should I do ? I don't know what to do. byte[] message = ...; HttpClient hc = new HttpClient(); PostMethod pm = new PostMethod('"...url... "

RE: IOException Broken pipe

2003-06-06 Thread George Gastaldi
I've seen this error before... It was a sun socket implementation bug (a printStackTrace left for debugging purposes).. Search the net about it. I bet you will find the same explanation. -Original Message- From: Om Narayan [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 5:46 PM To: C

Timeout in HTTP

2003-06-06 Thread George Gastaldi
Hello ! First of all I am new to this list. I have a doubt that seems easy to answer. What is the default timeout setting value to HTTP Connections ? I mean, after how many seconds is the HTTPTimeoutException thrown during a GET operation ? Thank you !

RE: Timeout in HTTP

2003-06-06 Thread George Gastaldi
ion is the source of the problem? Oleg -Original Message----- From: George Gastaldi [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 13:55 To: Commons HttpClient Project Subject: RE: Timeout in HTTP That's strange, because even when I do not set anything, the connection times

RE: Bug setting Content-Length

2003-06-06 Thread George Gastaldi
et the content-length to 0" I think it might be worth sending in the stack trace so we can check whether or not it should happen. It is definitely odd to specify a content-length of 0 but I would have thought it allowable in some situations. Regards, Adrian Sutton. On Friday, June 6, 2

Bug setting Content-Length

2003-06-06 Thread George Gastaldi
Hello ! I think this may be considered a bug: When the content-length of a request is 0, an exception is thrown, so I must explicitly change to chunked-transfer encoding. Is this the right procedure ? (BTW it's working fine. :) ) Thanks !

RE: Timeout in HTTP

2003-06-06 Thread George Gastaldi
That's strange, because even when I do not set anything, the connection times out for about 1 minute, throwing a HttpConnection.ConnectionTimeoutException. Setting explicitly to 0 will never timeout ? Thank you for the answer. -Original Message- From: Ortwin Glück [mailto:[EMAIL