This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 24201bd85b Add change log entry 24201bd85b is described below commit 24201bd85b1a4ee8e5671fffbf866bfbec158f3f Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Nov 4 12:02:58 2024 +0000 Add change log entry --- webapps/docs/changelog.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 47aae042d3..8f83d69e64 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -229,6 +229,12 @@ skip requests where the application has set <code>Cache-Control: no-store</code>. (markt) </fix> + <fix> + <bug>69419</bug>: Improve the performance of + <code>ServletRequest.getAttribute()</code> when there are multiple + levels of nested includes. Based on a patch provided by John + Engebretson. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org