Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.1.7, 1.1.8
-
None
-
None
Description
The HtmlFileUploadRenderer decode method defaults to "memory" if the implementation has not been specified. This is quite memory intensive as the UploadedFileDefaultMemoryImpl constructor copies all bytes.
The UploadedFileDefaultFileImpl would seem like a better default choice as it does not consume so much memory. Either that or the docs could be updated to describe the differences.
Attachments
Issue Links
- duplicates
-
TOMAHAWK-1420 uploadThresholdSize seems to be ignored
- Closed