RE: HttpClient query...

2004-10-07 Thread Ramesh Nethi
Sorry group, Pl ignore the email. It was a mistake. Regards Nethi > -Original Message- > From: Ramesh Nethi [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 07, 2004 7:57 PM > To: 'Commons HttpClient Project' > Subject: RE: HttpClient query... > > Yeah

RE: HttpClient query...

2004-10-07 Thread Ramesh Nethi
i > -Original Message- > From: Srinivas Velidanda [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 07, 2004 7:03 PM > To: [EMAIL PROTECTED] > Subject: Re: HttpClient query... > > Hi, > > Greetings. > > I am running into problems, as you have mentioned,

Re: HttpClient query...

2004-10-07 Thread Roland Weber
wser to the server. Other ideas? cheers, Roland Srinivas Velidanda 06.10.2004 13:43 Please respond to "Commons HttpClient Project" To [EMAIL PROTECTED] cc Subject Re: HttpClient query... Hi, Thanks for your help. I found the samples specified by you very much useful. I

Re: HttpClient query...

2004-10-07 Thread Srinivas Velidanda
cheers, Roland Srinivas Velidanda 06.10.2004 13:43 Please respond to "Commons HttpClient Project" To [EMAIL PROTECTED] cc Subject Re: HttpClient query... Hi, Thanks for your help. I found the samples specified by you very much useful. I got it working with my JSP by sending user c

Re: HttpClient query...

2004-10-06 Thread Roland Weber
Velidanda <[EMAIL PROTECTED]> 06.10.2004 13:43 Please respond to "Commons HttpClient Project" To [EMAIL PROTECTED] cc Subject Re: HttpClient query... Hi, Thanks for your help. I found the samples specified by you very much useful. I got it working with my JSP by sending

Re: HttpClient query...

2004-10-06 Thread Srinivas Velidanda
tpclient/src/examples/?only_with_tag=HTTPCLIENT_2_0_BRANCH cheers, Roland Srinivas Velidanda 05.10.2004 14:00 Please respond to "Commons HttpClient Project" To Commons HttpClient Project cc Subject Re: HttpClient query... Hi Roland, thanks for the reply. I am new to this API and

Re: HttpClient query...

2004-10-05 Thread Roland Weber
s HttpClient Project" To Commons HttpClient Project <[EMAIL PROTECTED]> cc Subject Re: HttpClient query... Hi Roland, thanks for the reply. I am new to this API and pl let me know how can I do the following. 1. can I set the same parameters coming from the session befo

Re: HttpClient query...

2004-10-05 Thread Srinivas Velidanda
Hi Roland, thanks for the reply. I am new to this API and pl let me know how can I do the following. 1. can I set the same parameters coming from the session before creating Multipart request to the Multipart request, if yes, how can I set and how can these parameters can be referred at the

Re: HttpClient query...

2004-10-05 Thread Roland Weber
Hello Srinivas, if the session is handled by a session cookie, just make sure you use the same HttpState object for all requests. That should happen automagically if you do nothing special and re-use one HttpClient for all requests. If the server uses URL rewriting because it believes that the cl

Re: HTTPClient query

2003-02-27 Thread Michael Becke
? Regards, Dheeraj - Original Message - From: "Michael Becke" <[EMAIL PROTECTED]> To: "Dheeraj" <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 12:19 AM Subject: Re: HTTPClient query Hi Dheeraj, To be able to post questions to the mailing list you have to

Re: HTTPClient query

2003-02-26 Thread Michael Becke
February 26, 2003 7:18 PM Subject: Re: HTTPClient query Hello Dheeraj, If you could, please provide more information about what you are trying and what is failing. A test case that shows the problem is always good. Also, please post the question to the HttpClient mailing list at [EMAI

Re: HTTPClient query

2003-02-26 Thread Dheeraj
va:477) at com.kcit.jakarta.BasicAuthenticatonExample.main(BasicAuthenticatonExample.java:125) Exception in thread "main" Process terminated with exit code 1 Thanks, Dheeraj - Original Message - From: Michael Becke To: Dj Sent: Wednesday, February 26, 2003 7:18 PM Subject: Re: HTTPClient query Hell

Re: HTTPClient query

2003-02-26 Thread Dheeraj
System.out.println(status + "\n" +get.getResponseBodyAsString()); // release any connection resources used by the method get.releaseConnection(); } } - Original Message - From: Michael Becke To: Dj Sent: Wednesday, February 26, 2003 7:18 PM