This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 6c1b71441f Add BZ 69316 to change log
6c1b71441f is described below
commit 6c1b71441f359f4cd218925d44bab8d6c7d5118d
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 20 12:05:00 2024 +0100
Add BZ 69316 to change log
---
webapps/docs/changelog.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5b2db7db84..ef4666abd6 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -135,6 +135,17 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Coyote">
+ <changelog>
+ <fix>
+ <bug>69316</bug>: Ensure that
+ <code>FastHttpDateFormat#getCurrentDate()</code> (used to generate Date
+ headers for HTTP responses) generates the correct string for the given
+ input. Prior to this change, the output may have wrong by one second in
+ some cases. (markt)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 9.0.95 (remm)" rtext="release in progress">
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]