Problem with DownloadAction and IE popup blocker

2006-10-17 Thread Oliver Meyn
Hi all, I'm trying to use a DownloadAction to serve a file to users. The Action is called when a jsp forwards to it with a meta-refresh, eg: In order to get this far the user has to be logged in and their credentials are in the session, as is the name of the file to download. The whole pr

DownloadAction and concurrent threads

2006-09-13 Thread Oliver Meyn
Hi all, My app needs to allow downloads of relatively large files (10MB). Because Struts can/will reuse Actions for different threads, I'm worried that when multiple requests attempt to download these big files that a single "BigFileDownloadAction" will block until a download is complete ther