Re: Http Multi-part exception when using InputStreamBody

2009-03-30 Thread Sam Berlin
HttpClient 4 supports expect-continue, right? If so, there doesn't seem to be any need to make it work another way. Sam On Mon, Mar 30, 2009 at 10:26 AM, Oleg Kalnichevski wrote: > Sam Berlin wrote: > >> "handled correctly" in this case means that everything continues as >> normal, >> except be

Re: Http Multi-part exception when using InputStreamBody

2009-03-30 Thread Oleg Kalnichevski
Sam Berlin wrote: "handled correctly" in this case means that everything continues as normal, except because the entity cannot be repeated, the second request fails? If so, the patch looks good. I wonder, though, if it's possible to improve this behavior. I haven't looked into the details of w

Re: Http Multi-part exception when using InputStreamBody

2009-03-30 Thread Sam Berlin
"handled correctly" in this case means that everything continues as normal, except because the entity cannot be repeated, the second request fails? If so, the patch looks good. I wonder, though, if it's possible to improve this behavior. I haven't looked into the details of what is actually bein

Re: Http Multi-part exception when using InputStreamBody

2009-03-30 Thread Oleg Kalnichevski
Oleg Kalnichevski wrote: Sam Berlin wrote: I just committed a small patch ( http://svn.apache.org/viewvc?view=rev&revision=758447 ) to include the cause, but could not find what you were referring to about authentication failures. Hi Sam It looks like HttpClient 4.0 _may_ be no longer able t

Re: Http Multi-part exception when using InputStreamBody

2009-03-28 Thread Oleg Kalnichevski
Sam Berlin wrote: I just committed a small patch ( http://svn.apache.org/viewvc?view=rev&revision=758447 ) to include the cause, but could not find what you were referring to about authentication failures. Hi Sam It looks like HttpClient 4.0 _may_ be no longer able to correctly handle authen

Re: Http Multi-part exception when using InputStreamBody

2009-03-25 Thread Sam Berlin
I just committed a small patch ( http://svn.apache.org/viewvc?view=rev&revision=758447 ) to include the cause, but could not find what you were referring to about authentication failures. The patch looks innocuous enough, but if you could glance at it, that would be appreciated. Sam On Wed, Mar