Re: Problem encountered posting large files

2003-04-02 Thread Padraig O'hIceadha
pClient either relies on an explicitly specified content length value or calculates it automatically by buffering the request body. Cheers Oleg -Original Message- From: Padraig O'hIceadha [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 14:08 To: Commons HttpClient Project Subject:

RE: Problem encountered posting large files

2003-04-01 Thread Kalnichevski, Oleg
heers Oleg -Original Message- From: Padraig O'hIceadha [mailto:[EMAIL PROTECTED] Sent: Dienstag, 1. April 2003 14:39 To: Commons HttpClient Project Subject: Re: Problem encountered posting large files Hi Oleg, There ia also an additional case I have seen. WebLogic is often

RE: Problem encountered posting large files

2003-04-01 Thread Sergio Berna
do el: martes, 01 de abril de 2003 14:39 Para: Commons HttpClient Project Asunto: Re: Problem encountered posting large files Hi Oleg, There ia also an additional case I have seen. WebLogic is often deployed on a seperate server to the web server. In this case a web server plugin is used to forwar

Re: Problem encountered posting large files

2003-04-01 Thread Padraig O'hIceadha
he request body. Cheers Oleg -Original Message- From: Padraig O'hIceadha [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 14:08 To: Commons HttpClient Project Subject: Re: Problem encountered posting large files Hi Oleg, Oleg Kalnichevski wrote: Gourav, We will have difficul

RE: Problem encountered posting large files

2003-04-01 Thread Kalnichevski, Oleg
mons HttpClient Project Subject: Re: Problem encountered posting large files Hi Oleg, Oleg Kalnichevski wrote: >Gourav, > >We will have difficulties addressing this problem unless we know how it >can be reliably reproduced. So, we will need your help on that. A JUnit >test case re

Re: Problem encountered posting large files

2003-04-01 Thread Padraig O'hIceadha
have to kill the thread. Thanks, Gourav -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 5:00 PM To: Commons HttpClient Project Subject: Re: Problem encountered posting large files Gourav, Help us understand the problem better: - Are you

RE: Problem encountered posting large files

2003-03-12 Thread Kalnichevski, Oleg
httppost = PostMethod("http://whatever.com/target";); httppost.setHttp11(false); Cheers Oleg -Original Message- From: Pani, Gourav [mailto:[EMAIL PROTECTED] Sent: Dienstag, 11. März 2003 18:35 To: 'Commons HttpClient Project' Subject: RE: Problem encountered posting

RE: Problem encountered posting large files

2003-03-11 Thread Pani, Gourav
contentheader ) 2003/03/11 11:23:54:704 EST [DEBUG] HttpMethod - -Default charset used: ISO-8859-1 0succes s -Original Message- From: Pani, Gourav Sent: Tuesday, March 11, 2003 12:31 PM To: 'Commons HttpClient Project' Subject: RE: Problem encountered posting large files i

RE: Problem encountered posting large files

2003-03-11 Thread Pani, Gourav
i guess the attached zip file didn't go through. how about these ones? -Original Message- From: Pani, Gourav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 12:20 PM To: 'Commons HttpClient Project' Subject: RE: Problem encountered posting large files Oleg,

RE: Problem encountered posting large files

2003-03-11 Thread Pani, Gourav
mons HttpClient Project Subject: RE: Problem encountered posting large files Gourav, I just concatenated RFC 2616 six times and posted the resulting file (2.5 MB) to an 'echo' servlet running on Tomcat 4.1.18 using PostXML demo application. The response came back almost instantaneously and

RE: Problem encountered posting large files

2003-03-11 Thread Kalnichevski, Oleg
März 2003 15:08 To: 'Commons HttpClient Project' Subject: RE: Problem encountered posting large files Oleg, I can reliably reproduce the problem any time we try posting a large xml file (> 1 MB). I'm not sure that I could produce a JUnit test case because the code execu

RE: Problem encountered posting large files

2003-03-11 Thread Pani, Gourav
for us at this time. -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 5:39 PM To: Commons HttpClient Project Subject: RE: Problem encountered posting large files Gourav, We will have difficulties addressing this problem unless we know how

RE: Problem encountered posting large files

2003-03-10 Thread Oleg Kalnichevski
D] > Sent: Monday, March 10, 2003 5:00 PM > To: Commons HttpClient Project > Subject: Re: Problem encountered posting large files > > > Gourav, > > Help us understand the problem better: > - Are you saying that it takes longer to post a large file using > HttpCli

RE: Problem encountered posting large files

2003-03-10 Thread Pani, Gourav
PROTECTED] Sent: Monday, March 10, 2003 5:00 PM To: Commons HttpClient Project Subject: Re: Problem encountered posting large files Gourav, Help us understand the problem better: - Are you saying that it takes longer to post a large file using HttpClient compared to using a raw socket? - What

Re: Problem encountered posting large files

2003-03-10 Thread Oleg Kalnichevski
Gourav, Help us understand the problem better: - Are you saying that it takes longer to post a large file using HttpClient compared to using a raw socket? - What kind of HTTP server are you posting your request to? - What kind of exception are you getting? Can you post the the call stack of that e