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 d254881  Javadoc
     new 76e1e8e  Fail fast when a repository contains a null character.
     new 3b72d3c  serialVersionUID is 2 for 2.0.0
     new 0324d01  Pull up method into super-interface and remove per Javadoc
     new 56de94f  Revert test change

The 4 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:
 .../apache/commons/fileupload2/FileItemStream.java |  2 +-
 .../fileupload2/InvalidFileNameException.java      |  2 +-
 .../apache/commons/fileupload2/RequestContext.java |  8 +++++
 .../apache/commons/fileupload2/UploadContext.java  | 39 ----------------------
 .../fileupload2/impl/FileItemIteratorImpl.java     |  7 ++--
 .../jaksrvlt/JakSrvltRequestContext.java           |  8 ++---
 .../fileupload2/portlet/PortletRequestContext.java |  8 ++---
 .../fileupload2/servlet/ServletRequestContext.java |  8 ++---
 .../fileupload2/util/FileItemHeadersImpl.java      |  2 +-
 .../fileupload2/util/mime/ParseException.java      |  2 +-
 .../fileupload2/DiskFileItemSerializeTest.java     |  4 ++-
 11 files changed, 30 insertions(+), 60 deletions(-)
 delete mode 100644 
src/main/java/org/apache/commons/fileupload2/UploadContext.java

Reply via email to