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.
 

Exception Summary
EndOfPartException an extremely kludgy way of implementing the nasty recursion necessary in readrfc1867()
UploadException An exception to throw if upload fails