-
Bug
-
Resolution: Won't Do
-
Major
-
JWS 3.0.0 GA, JWS 3.0.1 DR1
-
None
Correct a regression in the fix for 57252 that broke request listeners for non-async requests that triggered an error that was handled by the ErrorReportingValve.
when an error occurres (e.g. 403 reported by HttpServletResponse.sendError(HttpServletResponse.SC_FORBIDDEN)), which does not have error page handler declared in web.xml, the org.apache.catalina.Context.fireRequestDestroyEvent does not get called.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57824
https://bz.apache.org/bugzilla/show_bug.cgi?id=57252
http://svn.apache.org/r1674136