Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The error handler is currently registered in the Jetty module and this one calls the DispatcherServlet.handleError.
I think the error handlering should directly take place in the base module as we need to maintain the context of the original request, so only error handlers for the same ServletContextHelper should be called