RFR: 8267543: Post JEP 411 refactoring: security [v2]
Weijun Wang
weijun at openjdk.java.net
Tue May 25 16:20:38 UTC 2021
On Tue, 25 May 2021 13:44:30 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> one more change
>
> src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java line 709:
>
>> 707: }
>> 708: if (GSSUtil.useSubjectCredsOnly(caller)) {
>> 709: @SuppressWarnings("removal")
>
> It looks like you missed removing the @SuppressWarnings("removal") from the initSecContext method above.
Oops. Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4172
More information about the security-dev
mailing list