You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2021/05/07 08:47:54 UTC

[commons-fileupload] branch master updated (60841db -> 5352ef0)

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

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


    from 60841db  Merge pull request #84 from arturobernalg/feature/FILEUPLOAD-332
     new c621327  FILEUPLOAD-333 - Add Newline At End Of File
     new 5352ef0  Merge pull request #85 from arturobernalg/feature/FILEUPLOAD-333

The 1123 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:
 .../java/org/apache/commons/fileupload2/impl/FileItemIteratorImpl.java  | 2 +-
 .../java/org/apache/commons/fileupload2/impl/FileItemStreamImpl.java    | 2 +-
 .../apache/commons/fileupload2/impl/FileSizeLimitExceededException.java | 2 +-
 .../java/org/apache/commons/fileupload2/impl/FileUploadIOException.java | 2 +-
 .../java/org/apache/commons/fileupload2/impl/IOFileUploadException.java | 2 +-
 .../apache/commons/fileupload2/impl/InvalidContentTypeException.java    | 2 +-
 src/main/java/org/apache/commons/fileupload2/impl/SizeException.java    | 2 +-
 .../org/apache/commons/fileupload2/impl/SizeLimitExceededException.java | 2 +-
 .../java/org/apache/commons/fileupload2/impl/UnknownSizeException.java  | 2 +-
 src/test/java/org/apache/commons/fileupload2/ProgressListenerTest.java  | 1 -
 src/test/java/org/apache/commons/fileupload2/StreamingTest.java         | 1 -
 11 files changed, 9 insertions(+), 11 deletions(-)