cvs commit: jakarta-struts/src/share/org/apache/struts/upload MultipartIterator.java

2001-07-06 Thread mschachter
mschachter01/07/06 13:00:03 Modified:src/share/org/apache/struts/upload Tag: STRUTS_1_0_BRANCH MultipartIterator.java Log: - Fix for bug #2457 Eric Cifreo Revision ChangesPath No revision No

cvs commit: jakarta-struts/src/share/org/apache/struts/upload MultipartIterator.java

2001-06-13 Thread martinc
martinc 01/06/13 18:11:29 Modified:src/share/org/apache/struts/upload Tag: STRUTS_1_0_BRANCH MultipartIterator.java Log: Fixed a bug which could cause corruption of an uploaded file. If the file contained the sequence \r\n\n, it would be transformed to

cvs commit: jakarta-struts/src/share/org/apache/struts/upload MultipartIterator.java

2001-06-13 Thread martinc
martinc 01/06/13 18:12:15 Modified:src/share/org/apache/struts/upload MultipartIterator.java Log: Port the fix for file upload corruption. Revision ChangesPath 1.14 +1 -3 jakarta-struts/src/share/org/apache/struts/upload/MultipartIterator.java Index: