This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new c41187f75e Add a changelog entry.
c41187f75e is described below
commit c41187f75e88eec0d0dfb35f6b06b8f9f7e6080a
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 8494481a8d..affc066fa7 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]