Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Engine 2.15.6
-
None
Description
When a servlet (or code called by a servlet) is throwing an IOException, this is currently not passed to the error handler. Instead the processor is passing it on to the main servlet, assuming it is handling the case. However, the main servlet is just logging and therefore an IOException does not result in an error response send to the client