Re: [PATCH] FilePart class

2004-01-27 Thread Michael Becke
uot;Kalnichevski, Oleg" <[EMAIL PROTECTED] To: "Commons HttpClient Project" gpoint.com> <[EMAIL PROTECTED]> cc: 01/27/2004 07:42 AM Subject: RE: [PATCH] FilePa

RE: [PATCH] FilePart class

2004-01-27 Thread Sid Subr
ons HttpClient Project" > > > gpoint.com> > <[EMAIL PROTECTED]> > > >

RE: [PATCH] FilePart class

2004-01-27 Thread Oleg Kalnichevski
"Commons HttpClient > Project" > gpoint.com> <[EMAIL PROTECTED]> > >cc: >

RE: [PATCH] FilePart class

2004-01-27 Thread Mokwena Motseto
27, 2004 5:50 PM To: Commons HttpClient Project Subject: RE: [PATCH] FilePart class Oleg, Yeah, the patch below will work. As for the two bugs, the first one doesn't really interest me, but the second one interests me a little. I was going to implement it (kind of) using separate cl

RE: [PATCH] FilePart class

2004-01-27 Thread BLasch
cc: 01/27/2004 07:42 AM Subject: RE: [PATCH] FilePart class Please respond to

RE: [PATCH] FilePart class

2004-01-27 Thread Kalnichevski, Oleg
ource()"); +return this.source; +} + /** * Return the length of the data. * @return The length. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 23:53 To: [EMAIL PROTECTED] Subject: [PATCH] FilePart clas

[PATCH] FilePart class

2004-01-26 Thread BLasch
Hi All, I'm currently working on a subclass of org.apache.commons.httpclient.methods.multipart.FilePart that allows the multipart post to be stopped prematurely. It would be really nice to have protected access on the member variable source in FilePart, so I only have to override the sendData