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 2012/02/27 20:48:42 UTC

svn commit: r1294303 - /commons/proper/io/trunk/src/changes/changes.xml

Author: ggregory
Date: Mon Feb 27 19:48:42 2012
New Revision: 1294303

URL: http://svn.apache.org/viewvc?rev=1294303&view=rev
Log:
[IO-302] ArrayIndexOutOfBoundsException in BOMInputStream when reading a file without BOM multiple times

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

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1294303&r1=1294302&r2=1294303&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Mon Feb 27 19:48:42 2012
@@ -43,7 +43,7 @@ The <action> type attribute can be add,u
       <action dev="ggregory" type="add" issue="IO-303" due-to="fabian.barney">
         TeeOutputStream does not call branch.close() when main.close() throws an exception 
       </action>        
-      <action dev="ggregory" type="add" issue="IO-302" due-to="jsteuerwald">
+      <action dev="ggregory" type="add" issue="IO-302" due-to="jsteuerwald, detinho">
         ArrayIndexOutOfBoundsException in BOMInputStream when reading a file without BOM multiple times
       </action>        
       <action dev="ggregory" type="add" issue="IO-301" due-to="kaykay.unique">