Skip to content

Commit

Permalink
Parse java.security.properties file at run time.
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanstevanovic committed Jan 10, 2025
1 parent 7cd74a8 commit 7d35da4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ public void duringSetup(DuringSetupAccess a) {
* to handle this explicitly because their packages are already marked for initialization at
* build time by JdkInitializationFeature#afterRegistration.
*/
rci.initializeAtRunTime("java.security.Security", SECURITY_PROVIDERS_INITIALIZATION);
rci.initializeAtRunTime("sun.security.jca.Providers", SECURITY_PROVIDERS_INITIALIZATION);
rci.initializeAtRunTime("sun.security.provider.certpath.ldap.JdkLDAP", SECURITY_PROVIDERS_INITIALIZATION);

Expand Down

0 comments on commit 7d35da4

Please sign in to comment.