You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/01/24 01:50:19 UTC

svn commit: r1062593 - /commons/proper/codec/trunk/src/changes/changes.xml

Author: ggregory
Date: Mon Jan 24 00:50:19 2011
New Revision: 1062593

URL: http://svn.apache.org/viewvc?rev=1062593&view=rev
Log:
[CODEC-105] ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream. https://issues.apache.org/jira/browse/CODEC-105

Modified:
    commons/proper/codec/trunk/src/changes/changes.xml

Modified: commons/proper/codec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1062593&r1=1062592&r2=1062593&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Mon Jan 24 00:50:19 2011
@@ -44,6 +44,9 @@
             <action dev="bayard" type="fix" issue="CODEC-103" due-to="gnuf">
              Typo in DecoderException message thrown from Hex.decodeHex.
             </action>
+            <action dev="julius, ggregory" type="add" issue="CODEC-105" due-to="zak">
+             ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream.
+            </action>
             <action dev="bayard" type="add" issue="CODEC-106" due-to="it2mmeyerfa">
              Add the "Kölner Phonetik" encoder (cologne phonetic) to codec.lang.
             </action>