husted 01/11/21 08:13:55 Modified: doc release-notes.xml release-notes-1.0.1.xml Log: Update release notes for fixes to upload package (thanks Mike!). Revision Changes Path 1.8 +4 -1 jakarta-struts/doc/release-notes.xml Index: release-notes.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/release-notes.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- release-notes.xml 2001/11/21 14:09:37 1.7 +++ release-notes.xml 2001/11/21 16:13:55 1.8 @@ -243,7 +243,10 @@ package (package <code>org.apache.struts.upload</code>):</p> <ul> <li>Correct MultiboxTagdoAfterBody() to return SKIP_BODY instead of SKIP_PAGE.</li> - <li>Improved error-handling on out of bounds conditions.</li> + <li>Fixed lost byte problem in BufferedMultipartInputStream</li> + <li>Fixed ArrayIndexOutOfBoundsException situations</li> + <li>Better reporting for premature closing of input streams while reading +multipart requests.</li> <li>Additional fix for file corruption problem with uploads and new line characters.</li> </ul> 1.7 +4 -1 jakarta-struts/doc/release-notes-1.0.1.xml Index: release-notes-1.0.1.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/release-notes-1.0.1.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- release-notes-1.0.1.xml 2001/11/21 15:18:18 1.6 +++ release-notes-1.0.1.xml 2001/11/21 16:13:55 1.7 @@ -146,7 +146,10 @@ <p>The following changes and bug fixes have occurred in the file upload package (package <code>org.apache.struts.upload</code>):</p> <ul> - <li>Improved error-handling on out of bounds conditions.</li> + <li>Fixed lost byte problem in BufferedMultipartInputStream</li> + <li>Fixed ArrayIndexOutOfBoundsException situations</li> + <li>Better reporting for premature closing of input streams while reading +multipart requests.</li> <li>Additional fix for file corruption problem with uploads and new line characters.</li> </ul>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>