- 12 11月, 2013 1 次提交
-
-
由 sherman 提交于
Summary: to add Encoder.withoutPadding() Reviewed-by: alanb
-
- 25 10月, 2013 1 次提交
-
-
由 sherman 提交于
Summary: updated spec and implementation of mime decoder to be lenient for padding Reviewed-by: alanb
-
- 15 5月, 2013 1 次提交
-
-
由 sherman 提交于
8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit Summary: to throw IOE for malformed final unit in base64 stream Reviewed-by: chegar, alanb
-
- 03 4月, 2013 1 次提交
-
-
由 sherman 提交于
8008925: Base64.getMimeDecoder().decode() does not ignore padding chars Summary: updated implementation and spec for corner cases. Reviewed-by: alanb
-
- 05 2月, 2013 1 次提交
-
-
由 sherman 提交于
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
-
- 01 2月, 2013 2 次提交
- 02 12月, 2012 1 次提交
-
-
由 sherman 提交于
8004212: java.util.Base64 methods decodeArray and decodeBuffer should return the number of bytes written Summary: to return the length instead of position Reviewed-by: alanb
-
- 28 11月, 2012 1 次提交
-
-
由 sherman 提交于
Summary: pushed all base64 files Reviewed-by: alanb, mduigou
-