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 85e64d78 Use StandardCharsets instead of a magic string
new 59aed8d0 Make literal constant more readable
new 324793c0 Use in-line comments
new ec6685f4 Use longer lines
new 33e05879 Use FileUtils.getTempDirectory() instead of a magic string
new 70ed92d8 Internal refactoring.
new 67a5d724 Javadoc
new 613f33da Use longer lines.
new 318341d5 Inline single use local variable
new 064aefe5 If DiskFileItem.delete() can't delete the file, it marks it
for deletion on JVM exit.
The 9 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 +
.../apache/commons/fileupload/DefaultFileItem.java | 47 ++++++++--------------
.../commons/fileupload/disk/DiskFileItem.java | 32 +++++----------
.../fileupload/disk/DiskFileItemFactory.java | 27 ++++---------
4 files changed, 36 insertions(+), 71 deletions(-)