[Catalyst] Re: Not cleaning up temporary files / HTTP::Body

2013-03-17 Thread Bill Moseley
Just to be clear, this opens up all Catalyst apps to a pretty easy DoS -- or in our case denial of sleep as people were woken up in the middle of the night as servers ran low on disk space. Good thing we have monitoring set up. The risk to any individual Catalyst user is obviously limited, but s

[Catalyst] Re: Not cleaning up temporary files / HTTP::Body

2013-03-14 Thread Bill Moseley
On Wed, Jan 13, 2010 at 6:53 AM, Bill Moseley wrote: > HTTP::Body::Multipart creates temporary files for uploads. The temp files > are created with File::Temp( UNLINK => 0 ). > Well, this is still broken. Yes, since 2010 HTTP::Body has been updated to have a DESTROY where it removes files, and

[Catalyst] Re: Not cleaning up temporary files / HTTP::Body

2010-01-14 Thread Bill Moseley
Nobody else is doing enough upload traffic to be bothered by this? I don't think the fix is that difficult, but would want some discussion on where that fix should be. Kind of think HTTP::Body should be cleaning up after itself, but that would be a significant change from how it currently works.