https://bz.apache.org/bugzilla/show_bug.cgi?id=41007

--- Comment #7 from Mark Thomas <ma...@apache.org> ---
A decade plus on from when this was opened I'm planning on implementing a
solution for this. The overall plan is:

- Pass errors that happen early in the processing chain to the app / the
  container to handle where we can

- Extend the ErrorReportValve to allow static pages to be defined for error
  codes and/or Exceptions.

Progress so far is (all in 9.0.x):
- I have refactoring the processing chain so we can pass errors.
- I have started to refactor the handling of individual errors to pass them
when the
  occur.

This last point is throwing up various edge cases. Currently I am working on
JSPs, TRACE and OPTIONS handling. I'm expecting the refactoring of the
individual error cases to take a little while to sort out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to