On 31/01/2013 20:23, Xueming Shen wrote:
Hi,Please help review changes for8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64 character8006526: Base64.Decoder.decode(String) spec contains a copy-paste mistake http://cr.openjdk.java.net/~sherman/8007298_8006526/webrev
This looks fine to me.I guess I probably would have done if (IsMIME & (base64[0] == -1) .. but no big deal.
Will you add 8007298 to the list of bugs in the test before you push? -Alan.
