From: markt Date: Thu, 7 Oct 2010 14:35:27 +0000 (+0000) Subject: Add latest fix X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9363a20326636a79eed5da0c294c86f66013198c;p=tomcat7.0 Add latest fix git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1005468 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 339fa4f91..e08d14840 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -107,6 +107,9 @@ + 49986: Fix thread safety issue for JSP reload. (timw) + + 49998: Make jsp:root detection work with single quoted attributes as well. (timw)