RFR: 8303809: Dispose context in SPNEGO NegotiatorImpl [v2]
Alexey Bakhtin
abakhtin at openjdk.org
Mon Mar 13 17:28:33 UTC 2023
On Mon, 13 Mar 2023 16:02:10 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> Alexey Bakhtin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix formatting
>
> src/java.base/share/classes/sun/net/www/protocol/http/NegotiateAuthentication.java line 254:
>
>> 252: try {
>> 253: negotiator.disposeContext();
>> 254: } catch(IOException ioEx) {
>
> Another whitespace is required after `catch`.
Thank you. Fixed
-------------
PR: https://git.openjdk.org/jdk/pull/12920
More information about the security-dev
mailing list