You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2013/03/11 11:37:32 UTC

svn commit: r1455088 - in /commons/proper/fileupload/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: simonetripodi
Date: Mon Mar 11 10:37:31 2013
New Revision: 1455088

URL: http://svn.apache.org/r1455088
Log:
releng: added [FILEUPLOAD-143] in change list, credited to Jochen who provided the fix but that for some reason was lost in the FAQ page

Modified:
    commons/proper/fileupload/trunk/RELEASE-NOTES.txt
    commons/proper/fileupload/trunk/src/changes/changes.xml

Modified: commons/proper/fileupload/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/RELEASE-NOTES.txt?rev=1455088&r1=1455087&r2=1455088&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/fileupload/trunk/RELEASE-NOTES.txt Mon Mar 11 10:37:31 2013
@@ -55,6 +55,7 @@ Sub-task
 Bug
 =============
 
+ * [FILEUPLOAD-143] - "Stream ended unexpectedly" when posting from a Flash client
  * [FILEUPLOAD-173] - Manifest for OSGi has invalid syntax
  * [FILEUPLOAD-183] - commons-io dependency does not get loaded by maven if only dependency to commons-fileupload is specified
  * [FILEUPLOAD-185] - http://commons.apache.org/fileupload/index.html is out of date

Modified: commons/proper/fileupload/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/changes/changes.xml?rev=1455088&r1=1455087&r2=1455088&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/changes/changes.xml (original)
+++ commons/proper/fileupload/trunk/src/changes/changes.xml Mon Mar 11 10:37:31 2013
@@ -73,6 +73,9 @@ The <action> type attribute can be add,u
         Mark @deprecated classes/methods with @Deprecated annotation
       </action>
       <!-- Bug -->
+      <action issue="FILEUPLOAD-143" dev="jochen" type="fix" due-to="Luke Scott">
+        Stream ended unexpectedly" when posting from a Flash client
+      </action>
       <action issue="FILEUPLOAD-173" dev="simonetripodi" type="fix" due-to="Bjorn Harvold">
         Manifest for OSGi has invalid syntax
       </action>