-
Defect
-
Resolution: Cannot Reproduce
-
Minor
-
1.0.0
-
None
On requests where we stream data directly to the user and an exception occurs the Exception Resolver will attempt to redirect the user to an error page.
However, if any data has been sent back through the response an exception will occur.
We should be checking to see if the response has already been committed and if so then have the Exception Resolver only log the exception and then ignore redirecting the user to the error page.
However, if any data has been sent back through the response an exception will occur.
We should be checking to see if the response has already been committed and if so then have the Exception Resolver only log the exception and then ignore redirecting the user to the error page.
- is duplicated by
-
GTWY-1389 User Request Forwarded to Error Page on Failed Download Causing Exception
- Done