PR: FILEUPLOAD-152
Submitted-By: Duzakropka <duzakropka.@gmail.com>
Fixed the error message for
FileSizeLimitExceededException fromm "too many
characters" to "too many bytes".
PR: FILEUPLOAD-160
Submitted-By: Stepan Koltsov <yozh@mx1.ru>
Temporary files have not been deleted, if an error
occurred in FileUploadBase.parseRequest.
A MalformedStreamException is now thrown, if the size of an
items headers exceeds HEADER_PART_SIZE_MAX.
PR: FILEUPLOAD-116
Submitted-by: Amichai Rothman <amichai2@amichais.net>
Adding the ability to get any header from the FileItem and FileItemStream interfaces.
PR: FILEUPLOAD-130
Submitted-By: Michael Macaluso <michael.public@wavecorp.com>
Made the MockHttpServletRequest comply to the servlet 2.4 specification
by applying FILEUPLOAD-1.1-1/SUP-520.diff">http://www.sourcelabs.com/dashboards/SASH-1.2/patches/commons-FILEUPLOAD-1.1-1/SUP-520.diff
PR: FILEUPLOAD-129