[
https://issues.apache.org/jira/browse/CODEC-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931009#action_12931009
]
dennis lucero commented on CODEC-101:
-------------------------------------
This bug has been fixed in June but as of November, the fix still has not been
committed to SVN? It is hurting me bigtime and at least getting the patch
accepted should be a small matter?
(Posting from a BugMeNot account, sorry about that)
> Base64InputStream#read(byte[]) incorrectly returns 0 at end of any stream
> which is multiple of 3 bytes long
> -----------------------------------------------------------------------------------------------------------
>
> Key: CODEC-101
> URL: https://issues.apache.org/jira/browse/CODEC-101
> Project: Commons Codec
> Issue Type: Bug
> Affects Versions: 1.4
> Environment: WinXP, JDK 1.6.0_14
> Reporter: Bauke Scholtz
> Assignee: Julius Davies
> Attachments: codec-101-fix.patch
>
>
> Using new InputStreamReader(new Base64InputStream(in, true)) sometimes fails
> with "java.io.IOException: Underlying input stream returned zero bytes".
> This is been tracked down that Base64InputStream#read(byte[]) incorrectly
> returns 0 at end of any stream which is multiple of 3 bytes long.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.