Bug 61419 - Hashtag style comment used in catalina.bat
Summary: Hashtag style comment used in catalina.bat
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 9
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 9.0.0.M26
Hardware: PC All
: P2 normal (vote)
Target Milestone: -----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
: 61526 61570 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-08-15 15:32 UTC by dwhitney67
Modified: 2017-09-27 21:02 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***