You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2011/01/27 01:41:43 UTC

[jira] Resolved: (CODEC-112) Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize if isChunked is false

     [ https://issues.apache.org/jira/browse/CODEC-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved CODEC-112.
------------------------

       Resolution: Fixed
    Fix Version/s: 1.5

Fixed

> Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize if isChunked is false
> ------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CODEC-112
>                 URL: https://issues.apache.org/jira/browse/CODEC-112
>             Project: Commons Codec
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Sebb
>            Priority: Minor
>             Fix For: 1.5
>
>
> If isChunked is false, Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize.
> Test case and fix will be applied shortly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.