jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Jetty 12.1.x refactor servlet error handler

Open janbartel opened this issue 1 year ago • 1 comments

Refactor ee11 servlet ErrorHandler to use more of the core ErrorHandler to reduce duplication of code.

janbartel avatar Jun 28 '24 03:06 janbartel

@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?

janbartel avatar Oct 15 '24 01:10 janbartel