-
Sub-task
-
Resolution: Delivered
-
P4
-
8u381, 11.0.20-oracle, 17.0.7-oracle, 20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8303988 | 17.0.7-oracle | Sean Coffey | P4 | Resolved | Delivered | |
JDK-8303989 | 11.0.20-oracle | Sean Coffey | P4 | Resolved | Delivered | |
JDK-8303990 | 8u381 | Sean Coffey | P4 | Closed | Delivered |
A behavioral change has been made when the default `conf/security/java.security` security configuration file fails to load. In such a scenario, the JDK will now throw an `InternalError`.
Such a scenario should never occur. The default security file should always be present. Prior to this change, a static security configuration was loaded.
Such a scenario should never occur. The default security file should always be present. Prior to this change, a static security configuration was loaded.
- backported by
-
JDK-8303988 Release Note: Throw Error If Default java.security File Fails to Load
- Resolved
-
JDK-8303989 Release Note: Throw Error If Default java.security File Fails to Load
- Resolved
-
JDK-8303990 Release Note: Throw Error If Default java.security File Fails to Load
- Closed