-
Defect
-
Resolution: Duplicate
-
Major
-
1.0.0-RC4
-
None
-
None
We have been receiving two different types of exceptions related to user downloads: broken pipe and client timeout.
When we receive these errors we attempt to forward the user to an error page. However, since bits have already been sent to the response we will receive a ServletException 'getOutputStream() has already been called for this response'.
When we receive these errors we attempt to forward the user to an error page. However, since bits have already been sent to the response we will receive a ServletException 'getOutputStream() has already been called for this response'.
- duplicate of
-
GTWY-1586 Exception Resolver Needs to Check to See if the Response has Already Commited
- Done