-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
The == operator to compare strings is not a POXIS shell-compatible operator. That throws an error when launching the server when -Djava.security.manager is in the JAVA_OPTIONS.
Due to this bug, the server is allowed to start when -Djava.security.manager, however, in such a case, the following error trace should be shown preventing the server to start until JAVA_OPTIONS is corrected:
$WFLY_HOME/bin/standalone.sh JAVA_OPTS already set in environment; overriding default settings with values: -Djava.security.manager ERROR: The use of -Djava.security.manager has been removed. Please use the -secmgr command line argument or SECMGR=true environment variable.