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

Weijun Wang weijun at openjdk.org
Thu Mar 14 20:30:59 UTC 2024


On Thu, 14 Mar 2024 19:53:41 GMT, Mark Powers <mpowers at openjdk.org> wrote:

>> 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.

Yes, you're right. Thanks.

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

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



More information about the security-dev mailing list