RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v5]

Mark Powers mpowers at openjdk.org
Thu Mar 14 19:57:43 UTC 2024


On Thu, 14 Mar 2024 18:04:57 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> Change `Krb5LoginModule` debugging to use `sun.security.util.Debug`.
>
> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   native debug in stderr

src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java line 812:

> 810:                 debug.println
> 811:                         ("username from shared state is " + username + "\n");
> 812:             }

Looks like lines 805-808 are copied.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18199#discussion_r1525417530



More information about the security-dev mailing list