DO NOT REPLY [Bug 31471] - HostConfiguration handling requires cleanup

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

DO NOT REPLY [Bug 31471] - HostConfiguration handling requires cleanup

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

HttpClient query...

2004-10-05 Thread Srinivas Velidanda
Hi, I am using HttpClient (commons-httpclient-3.0-alpha2) api for file upload. How to handle a session if I am creating a MultipartPost request in a JSP and posting the request using client.executeMethod(mPost) to a servlet URL. Once I send the request the session is getting killed and coul

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...

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

Unlocatable exception within httpclient.HttpRecoverableException

2004-10-05 Thread Jeff Fern
Hello all, I am running Tomcat 5.0.27 with Java 1.4.2 on my local machine (Debian sarge). I have a Java webapp running on Tomcat, which outputs XML and I am using Cocoon 2.1 to style the XML with a static XSLT stylesheet to generate HTML. I have managed to generate an bug which occurs about 80% o

Re: HttpClient query...

2004-10-05 Thread Roland Weber
Hello Srinivas, you are using HttpClient from within a JSP to connect to the server that is running the JSP? Or to a different server? If you want to set request parameters, you don't do that before creating the multipart request. You create the multipart request, then add the parameters using MP

Re: Unlocatable exception withinhttpclient.HttpRecoverableException

2004-10-05 Thread Oleg Kalnichevski
Jeff, Sometimes, usually when under heavy load, the web server may be able to receive requests but unable to process them due to low resources (most commonly worker threads). In such a case the web server may simply have no other choice but to drop the connection without sending back any status c

Re: Timeouts

2004-10-05 Thread Vijay
Thanks Mike, Our integration partner had suggested to put a "send" timeout also. Its a huge multi part request. I'm not sure about the background on this. Thanks Vijay On Mon, 4 Oct 2004 22:49:05 -0400, Michael Becke <[EMAIL PROTECTED]> wrote: > Hi Vijay, > > Send timeout is not something that

Re: [VOTE] 2.0.2 release

2004-10-05 Thread Eric Johnson
Am I mistaken, or have the recent issues been dealt with? -Eric. Michael Becke wrote: Looks like 2.0.2 has been cancelled for the moment. I'll call for a vote again after we fix the recently discovered issues. Mike On Sep 29, 2004, at 11:05 AM, Michael Becke wrote: ---

Re: [VOTE] 2.0.2 release

2004-10-05 Thread Michael Becke
Sounds like you're ready for a release :) I'll call for a vote again in a moment. Mike On Oct 5, 2004, at 6:33 PM, Eric Johnson wrote: Am I mistaken, or have the recent issues been dealt with? -Eric. Michael Becke wrote: Looks like 2.0.2 has been cancelled for the moment. I'll call for a vote a

[VOTE] 2.0.2 release

2004-10-05 Thread Michael Becke
After a little delay... I propose that we mark the latest code in CVS HTTPCLIENT_2_0 as 2.0.2 and proceed with a release. Please vote as follows: -- Vote: HttpClient 2.0.2 release [ ] +1 I am in favor of the release

RE: Unlocatable exception withinhttpclient.HttpRecoverableException

2004-10-05 Thread Jeff Fern
Hello, Thank-you for your reply. I do not believe that the errors can be caused due to the server being overloaded - it is my desktop machine and the only person accessing the web server is myself. Additionally, the machine is not doing anything intensive (just running X, firefox and eclipse), it

DO NOT REPLY [Bug 31471] - HostConfiguration handling requires cleanup

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

Re: [VOTE] 2.0.2 release

2004-10-05 Thread Michael Becke
+1 Also I'm counting +1 for Odi as per his email when he left for vacation. Mike On Oct 5, 2004, at 9:48 PM, Michael Becke wrote: After a little delay... I propose that we mark the latest code in CVS HTTPCLIENT_2_0 as 2.0.2 and proceed with a release. Please vote as follows:

Re: [VOTE] 2.0.2 release

2004-10-05 Thread Dion Gillard
+0 On Tue, 5 Oct 2004 21:48:02 -0400, Michael Becke <[EMAIL PROTECTED]> wrote: > After a little delay... I propose that we mark the latest code in CVS > > > HTTPCLIENT_2_0 as 2.0.2 and proceed with a release. Please vote as > follows: > ---

DO NOT REPLY [Bug 31378] - Move multipart request to a new RequestEntity type

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

Re: Unlocatable exception withinhttpclient.HttpRecoverableException

2004-10-05 Thread Michael Becke
Hi Jeff, Is it possible that you're using the same HttpConnection from more than one thread/method? Is the same SimpleHttpConnectionManager being shared? If not I would suggest disabling connection reuse. This can usually be done by setting the following header on each method. method.setR

Re: [VOTE] 2.0.2 release

2004-10-05 Thread Oleg Kalnichevski
+1 On Wed, 2004-10-06 at 03:48, Michael Becke wrote: > After a little delay... I propose that we mark the latest code in CVS > HTTPCLIENT_2_0 as 2.0.2 and proceed with a release. Please vote as > follows: > > -- > V