-
Bug
-
Resolution: Fixed
-
P2
-
7u25
-
b10
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8013718 | 8 | Andy Herrick | P2 | Closed | Fixed | b89 |
JDK-8021639 | 7u60 | Andy Herrick | P2 | Resolved | Fixed | b01 |
JDK-8013891 | 7u45 | Andy Herrick | P2 | Closed | Fixed | b01 |
JDK-8014038 | 7u40 | Andy Herrick | P2 | Closed | Fixed | b24 |
1. remove deployment.properties files under both <deploy_user_home> and <deploy_sys_home>
jre-7u21-windows-i586.exe WEB_JAVA_SECURITY_LEVEL=VH
security level in JCP is VH
2. with <deploy_user_home>/deployment.properties containing deployment.security.level=HIGH
jre-7u21-windows-i586.exe WEB_JAVA_SECURITY_LEVEL=VH
security level in JCP is H
3. remove deployment.properties files under both <deploy_user_home> and <deploy_sys_home>
jre-7u21-windows-i586.exe WEB_JAVA_SECURITY_LEVEL=M
security level in JCP is H
4. remove deployment.properties files under both <deploy_user_home> and <deploy_sys_home>
jre-7u21-windows-i586.exe WEB_JAVA_SECURITY_LEVEL=M
security level in JCP is H
They look related to bugs below (though they may not be 100% match, I think the share same code logic more or less)
===========================
https://jbs.oracle.com/bugs/browse/JDK-8010990
https://jbs.oracle.com/bugs/browse/JDK-8010435
===========================
I guess is that the code is trying to set <deploy_sys_home>/deployment.properties to the value specified on command line, which however will be overridden by <deploy_user_home>/deployment.properties (even if it's locked)
- backported by
-
JDK-8021639 installation command line args to set security level to non-default are not honored.
-
- Resolved
-
-
JDK-8013718 installation command line args to set security level to non-default are not honored.
-
- Closed
-
-
JDK-8013891 installation command line args to set security level to non-default are not honored.
-
- Closed
-
-
JDK-8014038 installation command line args to set security level to non-default are not honored.
-
- Closed
-
- relates to
-
JDK-8010435 System level deployment.properties file gets created automatically after JRE installation.
-
- Closed
-
-
JDK-8010990 locked security.level in system properties is overridden when running 7u21 for the first time.
-
- Closed
-