Re: RequestProcessor processPopulate heavily increases memory usage

2006-02-22 Thread willem . vermeer
Hi, Thanks for your pointers. It turns out that on *all* forms the enctype="multipart/form-data" was set even though no file upload was taking place. This caused the commons multipart request handler to allocate huge amounts of memory (256K for each field on the form) for each form which never g

RequestProcessor processPopulate heavily increases memory usage

2006-02-21 Thread willem . vermeer
Hi, Last week we migrated our Struts 1.0 application to 1.2.8. As far as we can tell, we correctly followed the migration steps inbetween. Since the migration we have noticed the following weird behaviour: upon submitting a form from a jsp to as struts form/action, the method processPopulate of