Description
As per the email thread : "Accessing temporary file name of attachments", I've created a patch to add transferTo(File) functionality to attachments. In this way, if the uploaded file has been saved as a temp file, an attempt is made to perform an OS level file move rather than reading the file contents in to and out of memory.
For large files accessed over network attached storage, this can be quite beneficial.
Please let me know if this functionality could be included.
Attachments
Attachments
Issue Links
- is related to
-
CXF-6115 Transferable.transferTo can cause infinite loop or stack overflow
- Closed