On 2023/08/16 15:03:23 ma...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch 8.5.x > in repository https://gitbox.apache.org/repos/asf/tomcat.git > diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml > index 99479d5486..a872539027 100644 > --- a/webapps/docs/changelog.xml > +++ b/webapps/docs/changelog.xml > @@ -105,6 +105,16 @@ > issues do not "pop up" wrt. others). > --> > <section name="Tomcat 8.5.92 (schultz)" rtext="in development"> > + <subsection name="Catalina"> > + <changelog> > + <fix> > + If an application or library sets both a non-500 error code and the > + <code>jakarta.servlet.error.exception</code> request attribute, use > the > + provided error code during error page processing rather than > assuming an > + error code of 500. (markt) > + </fix> > + </changelog> > + </subsection> > </section>
This looks wrong: jakarta.servlet.error.exception Please fix for non-jakarta versions. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org