Re: Shouldn't Servlet 3.0 file upload delete temporary files after request completes

2012-06-27 Thread Mark Thomas
On 27/06/2012 17:19, Konstantin Kolinko wrote: > Hi! > > I was experimenting with Servlet 3.0 file upload. What seems odd is > that after request is processed the uploaded files are still present > in the work directory of the web application. > > The only way to reliably delete those files is wh

Shouldn't Servlet 3.0 file upload delete temporary files after request completes

2012-06-27 Thread Konstantin Kolinko
Hi! I was experimenting with Servlet 3.0 file upload. What seems odd is that after request is processed the uploaded files are still present in the work directory of the web application. The only way to reliably delete those files is what HTMLManagerServlet does, like Iterator iter = par