This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit b7d13259343a546578f1f91aed6f95743090e1c1 Author: Mark Thomas <[email protected]> AuthorDate: Mon Mar 2 20:08:11 2020 +0000 Ordering --- webapps/docs/changelog.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 9ef7220..9a32247 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -97,6 +97,10 @@ Fix support of native jakarta servlet attributes in AJP connector. (remm) </fix> + <update> + <bug>56966</bug>: Add use of System.nanoTime to track request + execution time. (remm) + </update> <fix> <bug>64141</bug>: If using a CA certificate, remove a default value for the truststore file when not using a JSSE configuration. (remm) @@ -113,10 +117,6 @@ A zero length AJP secret will now behave as if it has not been specified. (remm) </fix> - <update> - <bug>56966</bug>: Add use of System.nanoTime to track request - execution time. (remm) - </update> </changelog> </subsection> <subsection name="Cluster"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
