Package uk.co.weft.maybeupload

Class Summary
DumpServlet Crude basic debugging tool.
MaybeUploadRequestWrapper A wrapper around a ServletRequest, which knows how to handle multipart/form-data requests gracefully.
MaybeUploadServlet A superclass for Servlets which may need to handle file upload.
MultipartHandler A handler for multipart-form-data data per RFC 1867.
SnoopServlet A copy of SnoopServlet from the Servlet 2.2 reference implementation, modified to inherit from MaybeUploadServlet.
TestHarness A test-harness for the multipart-form-data handler.
UploadedBytes An enhancement to ByteArrayInputStream that supports several additional fields concerning uploaded files.
UploadedFile An enhancement to File that supports several additional fields concerning uploaded files.
 

Exception Summary
EndOfPartException an extremely kludgy way of implementing the nasty recursion necessary in readrfc1867()
RequestTooLargeException An exception thrown if the multipart request size exceeds the user-specified maximum.
UploadException An exception to throw if upload fails