Skip to content

Commit 85b09d7

Browse files
committed
[CODEC-105] ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream. https://issues.apache.org/jira/browse/CODEC-105
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1062593 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2c13032 commit 85b09d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
<action dev="bayard" type="fix" issue="CODEC-103" due-to="gnuf">
4545
Typo in DecoderException message thrown from Hex.decodeHex.
4646
</action>
47+
<action dev="julius, ggregory" type="add" issue="CODEC-105" due-to="zak">
48+
ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream.
49+
</action>
4750
<action dev="bayard" type="add" issue="CODEC-106" due-to="it2mmeyerfa">
4851
Add the "Kölner Phonetik" encoder (cologne phonetic) to codec.lang.
4952
</action>

0 commit comments

Comments
 (0)