Ordering
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Jun 2011 22:28:57 +0000 (22:28 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Jun 2011 22:28:57 +0000 (22:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1137803 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 2b31fa7..09e0207 100644 (file)
         <bug>48956</bug>: Add regular expression support for SSI. (markt)
       </add>
       <add>
+        <bug>49165</bug>: Allow any time stamp formats supported by
+        SimpleDateFormat in AccessLogValve. Support logging begin and/or end of
+        request. (rjung)
+      </add>
+      <add>
         <bug>50677</bug>: Allow system property variables to be used in the
         values of "common.loader" and other "*.loader" properties in the
         <code>catalina.properties</code> file. (kkolinko)
         so only types of interest are reported to a ServletContainerInitializer.
         (markt)
       </fix>
-      <add>
-        <bug>49165</bug>: Allow any time stamp formats supported by SimpleDateFormat
-        in AccessLogValve. Support logging begin and/or end of request. (rjung)
-      </add>
       <update>
         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)