Hi,
I use the default FileUploadInterceptor in Struts2 to handle multipart requests.

When an upload exceeds the defined value of struts.multipart.maxSize
I see this in my logs...

02:52:04,899 ERROR [MultiPartRequest] org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (2206481) exceeds the configured maximum (2097152) 02:52:04,899 ERROR [FileUploadInterceptor] the request was rejected because its size (2206481) exceeds the configured maximum (2097152)

How can I catch this and still using the default interceptor?

Kind Regards,  Ladda von Filer


__________________________________________________
Använder du Yahoo!?
Är du trött på spam? Yahoo! E-post har det bästa spamskyddet som finns http://se.mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to