commit | 855ba75d297c0f92509372f8ccea0f47cc08bb92 | [log] [tgz] |
---|---|---|
author | sherman <none@none> | Mon Feb 04 11:58:43 2013 -0800 |
committer | sherman <none@none> | Mon Feb 04 11:58:43 2013 -0800 |
tree | fea8d6640b525676b2f1147b74b65fd8a6e0af09 | |
parent | 03f9092a1ee5dacba0fbcf7bb859ac19243e145d [diff] |
8006295: Base64.Decoder.wrap(java.io.InputStream) returns InputStream which throws unspecified IOException on attempt to decode invalid Base64 byte stream 8006315: Base64.Decoder decoding methods are not consistent in treating non-padded data 8006530: Base64.getMimeDecoder().decode() throws exception for non-base64 character after adding = Summary: updated the spec to describe the expected behave explicitly and the implementation to follow Reviewed-by: alanb, chegar, lancea