RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v4]
Mark Powers
mpowers at openjdk.org
Thu Mar 14 20:42:39 UTC 2024
On Thu, 14 Mar 2024 20:25:06 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java line 1015:
>>
>>> 1013: } catch (Exception e) {
>>> 1014: lcreds = null;
>>> 1015: if (debug != null)
>>
>> Might want to add curley braces here and elsewhere.
>
> Can I leave them unchanged? I don't know an efficient way to search for all places.
Yes. It's only a nit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18199#discussion_r1525463067
More information about the security-dev
mailing list