From: kkolinko Date: Mon, 13 Dec 2010 01:21:58 +0000 (+0000) Subject: changelog for r1044987 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=451b75e29dbcdce52e192226161597fa8726c83f;p=tomcat7.0 changelog for r1044987 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1044994 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 038b87822..2ee883bb5 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -156,6 +156,11 @@ 50408: Fix NoSuchMethodException when using scoped variables with EL method invocation. (markt) + + 50460: Avoid leak caused by using a cached exception + instance in JspDocumentParser and + ProxyDirContext. (kkolinko) +