jetty.project/jetty-http2
Greg Wilkins 869c3b51ce
Issue #4265 Remove doError (#4266)
* Issue #4265 Remove doError

The doError method and the ErrorDispatchHandler class were
hang overs from when we needed to dispatch into a context to get sendError called, which would then generate the error page.

Now sendError doesn't do any generation, rather it changes state that arranges either for a minimal error page to be generated or an ERROR dispatch to a real handler/servlet to generate the error page.

Thus the ErrorDispatchHandler and doError methods can now be removed.

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* Issue #4265 Remove doError

Moved the error page dispatching logic back to the ErrorHandler class to assist with backwards compatibility

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* Issue #4265 Remove doError

Moved the error page dispatching logic back to the ErrorHandler class to assist with backwards compatibility

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* Issue #4265 doError

Updates from review.

Signed-off-by: Greg Wilkins <gregw@webtide.com>
2019-11-05 08:45:46 +11:00
..
http2-alpn-tests Updating to version 9.4.23-SNAPSHOT 2019-10-22 09:19:41 -05:00
http2-client Updating to version 9.4.23-SNAPSHOT 2019-10-22 09:19:41 -05:00
http2-common Fixes #4251 - Http 2.0 clients cannot upgrade protocol in 9.4.22 release. 2019-10-31 22:24:31 +01:00
http2-hpack Updating to version 9.4.23-SNAPSHOT 2019-10-22 09:19:41 -05:00
http2-http-client-transport Issue #4265 Remove doError (#4266) 2019-11-05 08:45:46 +11:00
http2-server Fixes #4251 - Http 2.0 clients cannot upgrade protocol in 9.4.22 release. 2019-10-31 15:56:24 +01:00
pom.xml Updating to version 9.4.23-SNAPSHOT 2019-10-22 09:19:41 -05:00