RFR: 8344248: Remove Security Manager dependencies from java.security.jgss and jdk.security.jgss modules
Anthony Scarpino
ascarpino at openjdk.org
Thu Nov 21 00:38:22 UTC 2024
On Tue, 19 Nov 2024 20:43:25 GMT, Sean Mullan <mullan at openjdk.org> wrote:
> Now that JEP 486 has been integrated, `java.security.jgss` and `jdk.security.jgss` module dependencies on `System.getSecurityManager` and `AccessController.doPrivileged*` can be removed.
>
> There is an undocumented property named "sun.security.krb5.autodeducerealm" that can probably be removed as it only affected behavior when an SM was enabled; however I have left the code that reads the property as-is (see sun/security/krb5/Realm.java) and have opened a separate issue to determine if it can be safely removed.
The changes look good.
-------------
Marked as reviewed by ascarpino (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22256#pullrequestreview-2449989796
More information about the core-libs-dev
mailing list