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
The following commit(s) were added to refs/heads/8.5.x by this push:
new 874f92e40e Correct back-port
874f92e40e is described below
commit 874f92e40ecc472764111ca36720fe0c6c6b0941
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 17 09:35:49 2023 +0100
Correct back-port
---
webapps/docs/changelog.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index a872539027..21de1282fe 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -109,7 +109,7 @@
<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
+ <code>javax.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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]