Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: other
Platform: Other
-
35285
Description
The webdav implementation uses a ByteArrayOutputStream and
holds the whole response in memory. If you want to transfer
a big file this is no option.
The attached patch is a workaround to use the filesystem
as temporary storage instead. A Piped stream would be the
real way to go.
Attachments
Attachments
Issue Links
- is related to
-
VFS-472 WebDav runs out of memory when dealing with large files
- Open