Change a way WEB_JAVA & WEB_JAVA_SECURITY_LEVEL options passed to deploy:
from calling RegDeployEx function from deploy.dll to running java InstallOption
(the way used on macos/linux/solaris)
(see src/common/classes/com/oracle/install/install-options/InstallOptions.java)
call of RegDeployEx (or old RegDeploy) function needs to be kept for now (deploy uses it to request system file copying)
from calling RegDeployEx function from deploy.dll to running java InstallOption
(the way used on macos/linux/solaris)
(see src/common/classes/com/oracle/install/install-options/InstallOptions.java)
call of RegDeployEx (or old RegDeploy) function needs to be kept for now (deploy uses it to request system file copying)
- relates to
-
JDK-8013598 Local Security Policy (Windows): register LSP file in deploy
-
- Closed
-