From: markt Date: Tue, 11 Jan 2011 18:56:07 +0000 (+0000) Subject: Bring up to date X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7b16011cdbfffa0d5f1a921a9d6083699bb8ae38;p=tomcat7.0 Bring up to date git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1057797 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 0cc788604..6d5d590d3 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -41,6 +41,38 @@ +
+ + + + Improve fix for 50205 to trigger an error earlier if invalid + configuration is used. (markt) + + + + + + + Improve special case handling of + javax.servlet.jsp.el.ScopedAttributeELResolver in + javax.el.CompositeELResolver to handle sub-classes. + (markt) + + + + + + + Extend the Checkstyle tests to check for license headers. (markt) + + + Modify the build script so a release build always rebuilds the + dependencies to ensure that the correct Tomcat version appears in the + manifest. (markt) + + + +