atom feed18 messages in org.apache.tomcat.usersRe: Recovering from oversize upload e...
FromSent OnAttachments
Mohan K. ChintalaJan 4, 2001 6:56 am 
Michael WentzelJan 4, 2001 11:25 am 
Craig R. McClanahanJan 4, 2001 11:28 am 
Michael WentzelJan 4, 2001 11:31 am 
Jeff FletcherJan 4, 2001 11:35 am 
Mike CampbellJan 4, 2001 11:36 am 
Craig R. McClanahanJan 4, 2001 11:49 am 
Kitching SimonJan 4, 2001 11:54 am 
Orestes MasJan 10, 2001 7:08 am 
Tal DayanJan 19, 2001 5:26 pm 
David WallJan 20, 2001 9:50 am 
Joe LaffeyJan 20, 2001 10:41 am 
David WallJan 29, 2001 12:27 pm 
Matt GossJan 30, 2001 6:40 am 
David WallFeb 4, 2001 11:04 am 
David WallFeb 4, 2001 11:34 am 
David WallFeb 4, 2001 4:10 pm 
Matt GossFeb 6, 2001 6:37 am 
Subject:Re: Recovering from oversize upload exception ?
From:Joe Laffey (jo@laffeycomputer.com)
Date:Jan 20, 2001 10:41:28 am
List:org.apache.tomcat.users

On Fri, 19 Jan 2001, Tal Dayan wrote:

We are trying to use the Oreilly servlet package to service requests from a form that is used to upload files. The form contains buttons, checkboxes, radio buttons, and several 'file' fields.

When request size is larger than the max size we allow, the constructor

new MultipartParser(req, 100000, true, true)

throws an exception, reporting about the size violation.

I just re-wrote the O'Reilly stuff to throw an exception of my own creation (SizeTooBigException or something like that).

It is very easy to do... I can sedn you what I did if you want.

IMHO, this should be included in the real package.