Sebb created NET-483:
------------------------

             Summary: Base64.encodeBase64(byte[], boolean, boolean, int) does 
not calculate output size correctly for unchunked output
                 Key: NET-483
                 URL: https://issues.apache.org/jira/browse/NET-483
             Project: Commons Net
          Issue Type: Bug
            Reporter: Sebb
            Priority: Minor


The method Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean 
urlSafe, int maxResultSize) fails to calculate the output size correctly for 
unchunked output.

This is because it assumes all output is chunked.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to