Skip to content

Commit 6097e2e

Browse files
committed
Fixed CODEC-112
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1063935 13f79535-47bb-0310-9956-ffa450edef68
1 parent c5291ab commit 6097e2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ o [CODEC-XYZ] TBD
2929
o [CODEC-89] new Base64().encode() appends a CRLF, and chunks results into 76 character lines
3030
o [CODEC-98] Base64InputStream causes NullPointerException on some input.
3131
o [CODEC-111] org.apache.commons.codec.net.URLCodec.ESCAPE_CHAR isn't final but should be.
32+
o [CODEC-112] Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize if isChunked is false
3233

3334
Changes:
3435

0 commit comments

Comments
 (0)