Re: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-24 Thread Thorsten Scherler
Oleg Kalnichevski wrote: I apologize for inconveniences and extra work caused by my mistake. Oleg Nop. I did not had any inconveniences ;-) Erare humanum est - Seneca. King regards -- Thorsten Scherler Tfno: 955 062 627 Email: [EMAIL PROTECTED] -

Re: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-23 Thread Michael Becke
thod(method); -Original Message- From: Thorsten Scherler [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 17:04 To: Commons HttpClient Project Subject: Re: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html No problem, dude! Thx for fixing it so fast :). I think i

RE: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-23 Thread Oleg Kalnichevski
// execute the method. > statusCode = client.executeMethod(method); > > -Original Message- > From: Thorsten Scherler > [mailto:[EMAIL PROTECTED] > Sent: Monday, February 23, 2004 17:04 > To: Commons HttpClient Project > Subject: Re: ERROR in > http:

RE: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-23 Thread Kalnichevski, Oleg
cherler [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 17:04 To: Commons HttpClient Project Subject: Re: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html No problem, dude! Thx for fixing it so fast :). I think it was the for (int attempt = 0; statusCode == -1 &&

Re: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-23 Thread Thorsten Scherler
No problem, dude! Thx for fixing it so fast :). I think it was the for (int attempt = 0; statusCode == -1 && attempt < 3; attempt++) fault. Maybe you should choose only one (either *for* or *while*). ...but anywhere those thinks can happen ;-). King regards Kalnichevski, Oleg wrote: My fault

RE: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-23 Thread Kalnichevski, Oleg
My fault. Blindly copying stuff rarely helps. I'll correct the tutorial tonight. Oleg -Original Message- From: Thorsten Scherler [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 12:52 To: [EMAIL PROTECTED] Subject: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.h