Actions
Bug #1285
closedWFileUpload leaves garbage after destruction
Start date:
05/09/2012
Due date:
% Done:
0%
Estimated time:
Description
WFileUpload leaves a file with spool file name (wt) and size 0 B when trying upload file bigger than max-request-size.
A signal fileToLarge is emmited and WFileUpload subsequently deleted but the file remains (even after wthttp termination).
Updated by Koen Deforche over 12 years ago
- Status changed from New to InProgress
- Assignee set to Pieter Libin
- Target version set to 3.2.2
Pieter,
You should probably trace which file this is --- by putting a breakpoint in FileUtils::createTempFileName()
Regards,
koen
Updated by Pieter Libin over 12 years ago
- Assignee changed from Pieter Libin to Koen Deforche
Updated by Koen Deforche over 12 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
Released in Wt 3.2.2
Actions