Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.0
-
None
-
Any
Description
When copying or moving large files from any protocol to webdav, an OutOfMemoryException is thrown.
This is because the WebDavOutputStream uses a ByteArrayOutputStream to store the data before sending.
We have created a patch for the latest version that uses a PipedOutputStream and a InputStreamRequestEntity to prevent that.
This issues has been reported before as VFS-47
Attachments
Attachments
Issue Links
- relates to
-
VFS-47 [vfs] webdav not able to transfer large files
- Closed