This is an automated email from the ASF dual-hosted git repository.
lihan 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 43cf5dc73c Add a changelog entry.
43cf5dc73c is described below
commit 43cf5dc73c86a6e2a037a7ee068d5654455ef0e1
Author: lihan <[email protected]>
AuthorDate: Tue Mar 7 17:12:19 2023 +0800
Add a 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 f2718b42d0..3018a49ad2 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -152,6 +152,11 @@
Refactor code using <code>MD5Encoder</code> to use
<code>HexUtils.toHexString()</code>. (markt)
</scode>
+ <fix>
+ <bug>66507</bug>: Fix a bug that <code>$JAVA_OPTS</code> is not passed
+ to the jvm in <code>catalina.sh</code> when calling
<code>version</code>.
+ Patch suggested by Eric Hamilton. (lihan)
+ </fix>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]