-
Bug
-
Resolution: Done
-
Major
-
None
Default value of java.security.manager changed recently on JDK 18.
Previous default value "allow" was changed to "disallow".
This new value forbids installation of security manager until this default value isn't changed by the user.
For more information see this commit
- causes
-
WFCORE-5920 inconsistency in JDK17 JAVA_OPTS in domain.bat and standalone.ps1 scripts
- Closed
- is related to
-
WFCORE-5778 Reset java.security.manager default value back to "allow" by default in launcher
- Closed
-
WFLY-15739 Allow installation of security manager by testsuite on JDK 18+
- Closed
- relates to
-
ISPN-16346 Reset java.security.manager default value back to "allow" by default in Infinispan shell scripts
- Resolved