Re: 3.0 alpha1 build

2004-05-17 Thread Thorsten Scherler
n another directory. Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Thorsten Scherler Departamento de Desarrollo de Proyectos Sociedad Andaluza para el Desarrollo de la Sociedad de la Información S.A.U

Re: [VOTE] 3.0 alpha 1 release

2004-05-14 Thread Thorsten Scherler
a thought though ;-) thorsten -- Thorsten Scherler - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SSLHandshakeException: No trusted certificate found

2004-05-07 Thread Thorsten Scherler
/ssl/?only_with_tag=HTTPCLIENT_2_0_BRANCH Oleg -Original Message- From: Thorsten Scherler [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 12:04 To: Commons HttpClient Project Subject: Re: SSLHandshakeException: No trusted certificate found Hi Oleg, thanks a million for the link

Re: SSLHandshakeException: No trusted certificate found

2004-05-07 Thread Thorsten Scherler
, Oleg wrote: Hi Thorsten Have a look at the 'Customizing SSL' section of the HttpClient SSL guide <http://jakarta.apache.org/commons/httpclient/sslguide.html> Oleg -Original Message- From: Thorsten Scherler [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 11:26 To: Co

SSLHandshakeException: No trusted certificate found

2004-05-07 Thread Thorsten Scherler
OException; import org.apache.commons.httpclient.HttpMethod; import org.apache.commons.httpclient.HttpRecoverableException; import org.apache.commons.httpclient.methods.GetMethod; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; /** * @author Thorsten Scherler * @mai

Re: Socket redirect

2004-04-21 Thread Thorsten Scherler
Ortwin Glück wrote: Thorsten Scherler wrote: I have written a "sonar" for web services. One part of that application is the httpClient. Thorsten, which version of HttpClient are you using? 2.0 rc2 ...but like I stated in the last mail it was NOT a problem of the httpClient

Re: Socket redirect

2004-04-21 Thread Thorsten Scherler
Kalnichevski, Oleg wrote: Thorsten, 2004.04.20 18:30:54,378 [http8090-Processor4] WARN org.apache.commons.httpclient.HttpConnection - The host > www.andaluciajunta.es:80 (or proxy null:-1) did not accept the connection within timeout of 15000 milliseconds Something tells me that this l

Socket redirect

2004-04-20 Thread Thorsten Scherler
Hello group, I have written a "sonar" for web services. One part of that application is the httpClient. It is quite simple: I will do a checkup whether a web server is online or not. I am using the http-response code for that. Everything works like it should. Now my problem: In my company ther

[Fwd: Re: Once again 302 :(]

2004-03-04 Thread Thorsten Scherler
--- Begin Message --- Michael Becke wrote: Hi Thorsten, Not sure what's happening here. I'm trying under RedHat and all is well. I installed the log4j and traced down the problem: You said for you is working fine! My local maschine (windows) as well is working fine with both addresses! ...but

Re: Once again 302 :(

2004-03-02 Thread Thorsten Scherler
Michael Becke wrote: Hi Thorsten, Not sure what's happening here. I'm trying under RedHat and all is well. I installed the log4j and traced down the problem: You said for you is working fine! My local maschine (windows) as well is working fine with both addresses! ...but the server is in a dif

Re: Once again 302 :(

2004-03-02 Thread Thorsten Scherler
Andre John Mas wrote: I am not really in a position to test the code, but could you see whether changing the value of the 'user-agent' header gives: method.setRequestHeader("user-agent", "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113"); or method.setRequest

[Fwd: Re: Once again 302 :(]

2004-03-02 Thread Thorsten Scherler
roblem of our net config (firewall)! Thank you for testing my code that was most valuable information. This was why I was testing the lynx and found the root problem! I appreciate your information! King regards -- "Erare humanum est", Seneca Thorsten Scherler Tfno: 955 062 627 Email:

Re: Once again 302 :(

2004-03-02 Thread Thorsten Scherler
firewall)! Thank you for testing my code that was most valuable information. This was why I was testing the lynx and found the root problem! I appreciate your information! King regards -- "Erare humanum est", Seneca Thorsten Scherler Tfno:

Re: Once again 302 :(

2004-03-02 Thread Thorsten Scherler
roblem. Mike I used the configuration on <http://jakarta.apache.org/commons/httpclient/logging.html>. ...but no *I guess* a stupid question: To which file will it be written? -- "Erare humanum est", Seneca Thorsten Scherler Tfno: 955

Re: Once again 302 :(

2004-03-02 Thread Thorsten Scherler
ng Version 1.4.2 on both! King regards -- "Erare humanum est", Seneca Thorsten Scherler Tfno: 955 062 627 Email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Once again 302 :(

2004-03-01 Thread Thorsten Scherler
Site causing the problem: andaluciajunta.es When I ask for www.andaluciajunta.es. I get an IO Exception. -- "Erare humanum est", Seneca Thorsten Scherler Tfno: 955 062 627 Email: [EMAIL PROTECTED] - To unsubscri

Once again 302 :(

2004-03-01 Thread Thorsten Scherler
f(code); } catch (RuntimeException e1) { e1.printStackTrace(); //Release the connection. method.releaseConnection(); //this is not a valid HTTP code, it was choosen because of that ;-) return "666";

Re: Gone snowboarding

2004-03-01 Thread Thorsten Scherler
Oleg Kalnichevski wrote: Folks, I'll be away for a week snowboarding in the Swiss Alps (Laax). Have fun dude! Enjoy the snow! Greeting to the Lord of the Boards ;-) and the snow bunnys. King regards -- "Erare humanum est", Seneca Thorsten Scherler Tfno: 955 062 627 Email: [

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 Thorsten Scherler
wrote: 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/tut

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

2004-02-23 Thread Thorsten Scherler
) { attempt += 1; ... } ...or should I post a bug? -- Thorsten Scherler Tfno: 955 062 627 Email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]