Bug 61419

Summary: Hashtag style comment used in catalina.bat
Product: Tomcat 9 Reporter: dwhitney67
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal CC: jambo.wang, nodoccat
Priority: P2    
Version: 9.0.0.M26   
Target Milestone: -----   
Hardware: PC   
OS: All   

Description dwhitney67 2017-08-15 15:32:03 UTC
A hashtag, or #, style comment is used within catalina.bat, at line 218.


...
# 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"
...
Comment 1 Rainer Jung 2017-08-15 16:29:34 UTC
Thanks for reporting this.
Fixed with r1805095.
Will be part of M27.
No backport needed.
Comment 2 Chuck Caldarale 2017-09-16 01:17:31 UTC
*** Bug 61526 has been marked as a duplicate of this bug. ***
Comment 3 Chuck Caldarale 2017-09-27 21:02:01 UTC
*** Bug 61570 has been marked as a duplicate of this bug. ***