Actions
Bug #794
closedrequestsize scale wrong
Start date:
04/19/2011
Due date:
% Done:
0%
Estimated time:
Description
If the maximum request size is set to, say, 20000 KB, wApp->currentRequestSize() returns 20000*1024*1024 instead of just 20000*1024.
Moreover, the WFileUpload::fileTooLarge() signal is called with the parameter `0' instead of a more meaningful value (at least with the built-in httpd).
These issues happen with Wt 3.1.8 (not the latest version, but the previous one).
Updated by Koen Deforche over 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.1.11
Hey Marco,
Thanks for the report (and patience). Both issues have now been fixed.
koen
Updated by Koen Deforche about 13 years ago
- Status changed from Resolved to Closed
Resolved in Wt 3.1.11
Actions