RFR: 8344248: Remove Security Manager dependencies from java.security.jgss and jdk.security.jgss modules [v2]

Anthony Scarpino ascarpino at openjdk.org
Thu Nov 21 17:38:17 UTC 2024


On Thu, 21 Nov 2024 14:03:37 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.
>
> Sean Mullan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix minor spacing issues.

Marked as reviewed by ascarpino (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/22256#pullrequestreview-2452201371


More information about the core-libs-dev mailing list