Uploaded image for project: 'Commons VFS'
  1. Commons VFS
  2. VFS-472

WebDav runs out of memory when dealing with large files

    XMLWordPrintableJSON

Details

    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

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kordakus Stefan Kordes
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: