Author: rjung
Date: Tue Aug 15 16:28:22 2017
New Revision: 1805095
URL: http://svn.apache.org/viewvc?rev=1805095&view=rev
Log:
BZ 61419: Replace a Unix style comment in the
DOS bat file catalina.bat with the correct
"rem" markup.
The problem was introduced in M24 (r1800617).
Modified:
tomcat/trunk/bin/catalina.bat
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/bin/catalina.bat
URL:
http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.bat?rev=1805095&r1=1805094&r2=1805095&view=diff
==============================================================================
--- tomcat/trunk/bin/catalina.bat (original)
+++ tomcat/trunk/bin/catalina.bat Tue Aug 15 16:28:22 2017
@@ -215,7 +215,7 @@ if not "%LOGGING_MANAGER%" == "" goto no
set
LOGGING_MANAGER=-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
:noJuliManager
-# Configure JAVA 9 specific start-up parameters
+rem Configure JAVA 9 specific start-up parameters
set "JDK_JAVA_OPTIONS=%JDK_JAVA_OPTIONS%
--add-opens=java.base/java.lang=ALL-UNNAMED"
set "JDK_JAVA_OPTIONS=%JDK_JAVA_OPTIONS%
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED"
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1805095&r1=1805094&r2=1805095&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Aug 15 16:28:22 2017
@@ -85,6 +85,15 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Other">
+ <changelog>
+ <fix>
+ <bug>61419</bug>: Replace a Unix style comment in the DOS bat file
+ <code>catalina.bat</code> with the correct <code>rem</code> markup.
+ (rjung)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 9.0.0.M26 (markt)" rtext="2017-08-08">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]