This is an automated email from the ASF dual-hosted git repository.
rjung pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 798766045e Add changelog entry
798766045e is described below
commit 798766045e0942f29c585330c655e9e1c497743c
Author: Rainer Jung <[email protected]>
AuthorDate: Thu Apr 27 09:39:45 2023 +0200
Add changelog entry
---
webapps/docs/changelog.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index d9badc751b..4da62e5c5a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -111,6 +111,11 @@
<bug>66567</bug>: Fix missing <code>IllegalArgumentException</code>
after the Tomcat code was converted to using URI instead of URL. (remm)
</fix>
+ <fix>
+ Escape timestamp output in <code>AccessLogValve</code> if a
+ <code>SimpleDateFormat</code> is used which contains verbatim
+ characters that need escaping. (rjung)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]