This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


    from 9b260e5  Use Charset
     new 814bb5a  Use a default (empty) FileItemHeaders
     new a700589  Pull up method to interface and initialze file item headers 
for propagation

The 2 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:
 .../commons/fileupload2/AbstractFileUpload.java    |  9 +++--
 .../commons/fileupload2/FileItemFactory.java       |  8 +++-
 .../commons/fileupload2/FileItemHeaders.java       |  8 ++++
 .../fileupload2/FileItemHeadersProvider.java       |  4 +-
 .../fileupload2/disk/DiskFileItemFactoryTest.java  | 47 ++++++++++++++++++++++
 .../commons/fileupload2/disk/DiskFileItemTest.java | 47 ++++++++++++++++++++++
 6 files changed, 115 insertions(+), 8 deletions(-)
 create mode 100644 
commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/disk/DiskFileItemFactoryTest.java
 create mode 100644 
commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/disk/DiskFileItemTest.java

Reply via email to