RFR: 8331975: Enable case-insensitive check in ccache and keytab entry lookup

Mark Powers mpowers at openjdk.org
Mon May 20 15:47:08 UTC 2024


On Mon, 13 May 2024 14:34:41 GMT, Weijun Wang <weijun at openjdk.org> wrote:

> Add a new system property to control the name comparison in keytab and ccache entry lookup.

src/java.security.jgss/share/classes/sun/security/krb5/PrincipalName.java line 634:

> 632:         // if (this.nameType != pname.nameType) {
> 633:         //      matched = false;
> 634:         // }

Can this dead code be removed?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19216#discussion_r1606947431



More information about the security-dev mailing list