> in a form where the user can upload a file and set some attributes with
> checkbox (couple oh hundreds) I get an out of memory exception even when the
> file is very small (300 bytes). After some testing I figured out that it is
> caused by enctype="multipart/form-data". If I removed that I cannot upload
> (this is clear) but JVM doesn't increase.

Does the memory decrease persist?  For instance, is this something you noticed
over time...the memory leak?  Or does it just run your JVM out of memory
immediately?

We noticed that when we moved from Struts 1.1 rc2 to Struts 1.1 Final, we have a
slow memory leak someplace.  I'm still trying to find it.

> Any ideas?

Can you create a small WAR with a reproducable test case?

--
-bk



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to