From: markt Date: Mon, 20 Jun 2011 22:28:57 +0000 (+0000) Subject: Ordering X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bcb121dd317dc6247cf2ace3481d6f3e41fb8745;p=tomcat7.0 Ordering git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1137803 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 2b31fa7ab..09e0207f4 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -49,6 +49,11 @@ 48956: Add regular expression support for SSI. (markt) + 49165: Allow any time stamp formats supported by + SimpleDateFormat in AccessLogValve. Support logging begin and/or end of + request. (rjung) + + 50677: Allow system property variables to be used in the values of "common.loader" and other "*.loader" properties in the catalina.properties file. (kkolinko) @@ -64,10 +69,6 @@ so only types of interest are reported to a ServletContainerInitializer. (markt) - - 49165: Allow any time stamp formats supported by SimpleDateFormat - in AccessLogValve. Support logging begin and/or end of request. (rjung) - Add the Tomcat extras, ant-junit and Java Help Jars to the list of JARs to skip when scanning for TLDs and web fragments. (rjung)