https://issues.apache.org/bugzilla/show_bug.cgi?id=53230

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> ---
Backport applied to 6.0 in r1353128 and will be in 6.0.36.

I noted the following, while testing the patch for 6.0:

1). You will be able to configure custom error page for Servlets, such as
http://localhost:8080/examples/servlets/servlet/SessionExample

2). You will not yet be able to configure it for JSP pages, such as
http://localhost:8080/examples/jsp/num/numguess.jsp

For JSP pages the error is swallowed and logged in
JspPageContext#internalGetPageContext(..)
and the user is presented with an empty page. Error handling does not happen.
-> I filed bug 53460 for this issue.

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