File not downloaded with execAndWait Struts Interceptor after inserting delay
问题 My code downloads a file from back-end server. Since we will be retrieving records numbering in millions, we have used Struts2 execAndWait Interceptor. To test this, we are inserting delay of 30 secs. I am able to download file without inserting delay (where test data very small), but after inserting it, i never get the file. Logs show that action class is being repeatedly executed due to <meta-refresh> of 5 secs in wait file, even input-stream is populated. What could be the reason for such