This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
from 3e3728a8 Javadoc
new 391c14aa DiskFileItem.delete() and finalize() always ties to delete
its backing file
new fbd8e54d DiskFileItem.delete() and finalize() always ties to delete
its backing file
new 542e442d Test should clean up after itself better.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 1 +
.../org/apache/commons/fileupload/disk/DiskFileItem.java | 12 +++---------
.../org/apache/commons/fileupload/DiskFileUploadTest.java | 11 ++++++-----
.../java/org/apache/commons/fileupload/FileUploadTest.java | 9 +++++++++
src/test/java/org/apache/commons/fileupload/SizesTest.java | 3 +++
.../java/org/apache/commons/fileupload/StreamingTest.java | 4 ++++
src/test/java/org/apache/commons/fileupload/Util.java | 9 +++++++++
.../commons/fileupload/servlet/ServletFileUploadTest.java | 3 +++
8 files changed, 38 insertions(+), 14 deletions(-)