DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23963>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23963 MultipartIterator changes content of uploaded files Summary: MultipartIterator changes content of uploaded files Product: Struts Version: 1.1 Final Platform: All OS/Version: All Status: NEW Severity: Blocker Priority: Other Component: File Upload AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If the read buffer limit of 4k is reached (no \n character is read), the last character is not added to buffer. So the last character read is lost, instead a \n character is added. The result is a file with the same size of the original file, but the file content is changed. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]