This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new b189ac03df Add a changelog entry. b189ac03df is described below commit b189ac03df02e00d44001c8181886466ead62eb4 Author: lihan <li...@apache.org> 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 0bcbfc81d9..7efb35c2e1 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -162,6 +162,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org