Re: Multipart request handling

2001-06-11 Thread Incze Lajos
On Sun, Jun 10, 2001 at 07:09:06PM -0700, Martin Cooper wrote: Incze, The fix for this - unwrapping the request - has been made on the main trunk (Struts 1.1) in CVS, but has not been applied to the Struts 1.0 branch. If you can, you might want to try using the latest nightly build until

Multipart request handling

2001-06-10 Thread Incze Lajos
I've just verified that the detected behaviour (upload bombs when form validation fails) has reason. When a validation error occurs the following code gets executed: //does our form have a multipart request? if (formInstance.getMultipartRequestHandler() != null) {

Re: Multipart request handling

2001-06-10 Thread Martin Cooper
) for this, so hopefully it will be fixed before 1.0 ships. -- Martin Cooper - Original Message - From: Incze Lajos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 4:33 PM Subject: Multipart request handling I've just verified that the detected behaviour (upload bombs when