AO Error Pages Changelog

ao-error-pages-2.0.0-SNAPSHOT

Snapshot Notes

  • Added specific error handler for java.lang.Throwable. The catch-all (defined with neither error-code nor exception-type) seems to not get triggered when an exception occurs within an exception handler. In at least Tomcat 10.1 (and likely many/all other versions), this results in falling through to Tomcat's default error handler that shows a stack trace. Adding a specific error handler for java.lang.Throwable appears to resolve this issue.
  • Updated to Jakarta EE Web Profile 10 (Servlet 6.0, JSP 3.1, EL 5.0, and JSTL 3.0).

ao-error-pages-1.1.0

Release Notes

ao-error-pages-1.0.1

Release Notes

ao-error-pages-1.0.0

Release Notes

  • Added a set of simple default servlet error pages to prevent accidental information disclosure.