jetty.project
jetty.project copied to clipboard
Jetty 12.1.x refactor servlet error handler
Refactor ee11 servlet ErrorHandler to use more of the core ErrorHandler to reduce duplication of code.
@gregw this PR makes the ee11 ErrorHandler a subclass of the core ErrorHandler to remove code duplication. I've left ee8/ee9/ee10 untouched. Thoughts?