Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4
-
None
Description
There don't appear to be any tests to specifically check that encodeBase64(byte[]) does not chunk output.
Also, there don't seem to be any direct tests of the following static method:
encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe)
There are not many of some of the other static methods either.