Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8075706 Policy implementation does not allow policy.provider to be on the class path
  3. JDK-8177415

Release Note: Custom Policy Providers may need additional configuration

XMLWordPrintable

      Classes loaded from the extensions directory are no longer granted `AllPermission` by default. See JDK-8040059.
       
      A custom `java.security.Policy` provider that was using the extensions mechanism may be depending on the policy grant statement that had previously granted it `AllPermission`. If the policy provider does anything that requires a permission check, the local policy file may need to be adjusted to grant those permissions.

      Also, custom policy providers are loaded by the system class loader. The `classpath` may need to be configured to allow the provider to be located.

            mullan Sean Mullan
            mullan Sean Mullan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: