hmsiccbl / screensaver1

Screensaver Version 1 - End of life on December 1, 2018
GNU General Public License v2.0
3 stars 3 forks source link

large file download out-of-memory error #69

Open seanderickson opened 11 years ago

seanderickson commented 11 years ago

TODO: validate this migrated issue:

Downloads of large files (e.g. 300MB) causes out-of-memory errors. Turns out it is occurring in the JSFUtils.handleUserDownloadRequest() method during IOUtils.copy(). Appears to be a MyFaces impl problems. See http://forums.sun.com/thread.jspa?threadID=5379231.