AO Error Pages Changelog

ao-error-pages-2.0.1

Release Notes

  • Removed org.glassfish.web:jakarta.servlet.jsp.jstl from runtime dependencies. JSTL implementation should only be decided by the webapp and/or container.

ao-error-pages-2.0.0

Release Notes

ao-error-pages-1.2.0

Release Notes

  • Added specific error handler for java.lang.Throwable. The empty 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.

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.