DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31378>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31378

Move multipart request to a new RequestEntity type





------- Additional Comments From [EMAIL PROTECTED]  2004-09-29 07:15 -------
Very nice, Mike. You also spent a lot of work on test cases. I guess a random
boundary thing is fair enough. If you are very paranoid you should include sort
of a serial number however. Like 30 random characters + a static counter that is
increased with every call to a Part constructor. But as I said, that is paranoid.

I browsed through the patch and the only thing that caught my watching eye was:

private static byte[] MULTIPART_CHARS = ("-_1234567890abcdefghijklmnopqrstuvwxyz"
        + "ABCDEFGHIJKLMNOPQRSTUVWXYZ").getBytes();

Make sure to specify the encoding here or it won't work as intended on Z/OS
where they use EBCDIC.

have a nice day

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to