On Fri, 22 Oct 2021 22:00:57 GMT, Bernd <[email protected]> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> renames
>
> src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Util.java
> line 107:
>
>> 105: */
>> 106: public static ServiceCreds getServiceCreds(GSSCaller caller,
>> 107: String serverPrincipal) throws LoginException {
>
> What would be the new way to pass an authentication context on, passing the
> subject directly? (In case of Krb5AcceptCredential acc is actually the
> current one)
What about the Kerberos cipher suite callsite mentioned in the comment? If no
longer used, can this be made not Public (and remove the comment)
-------------
PR: https://git.openjdk.java.net/jdk/pull/5024