Hi Yuji,
http://cr.openjdk.java.net/~ykubota/8169358/webrev.01/
I think you can use finally statement to close the connection in this case.
Your patch cannot close the connection when any other runtime exceptions are
occurred.
However, it is concerned double close if custom handler which is
On 09/11/16 08:57, Sergei Kovalev wrote:
Hi Daniel,
Thank you for feedback.
Fixed and verified locally.
http://cr.openjdk.java.net/~skovalev/8169196/webrev.02/
Looks good - except for using a raw type at line 220:
220 Class ntlmProxyClass
should be:
Class ntlmP
Hi Daniel,
Thank you for feedback.
Fixed and verified locally.
http://cr.openjdk.java.net/~skovalev/8169196/webrev.02/
--
With best regards,
Sergei
08.11.16 20:38, Daniel Fuchs wrote:
Hi Sergey,
This looks good now - except for line 223:
221 Field ntlmSupportedField =
ntlmPr