RE: [PATCH] FilePart class

2004-01-27 Thread BLasch
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 classes, etc. Now, seeing the bug report, I might change it a bit to be included in the classe

[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