Hi Artem,
Please find the updated webrev at:
http://cr.openjdk.java.net/~jjiang/8186057/webrev.05/
And see my comments inline.
On 23/11/2017 02:19, Artem wrote:
Hi John,
Could you please upload the report to
http://cr.openjdk.java.net/~jjiang/8186057 ?
http://cr.openjdk.java.net/~jjiang/818
Hi John,
A couple of more (probably minor) comments. Addressing them might
simplify the code and make it more readable. Although, one might argue
with it. So, feel free to ignore them. The only thing which I would like
to clarify is the questing about timeouts below.
I see you use multi-line
> Long term then it would be interesting to explore degrading and
eventually dropping the security manager but that is beyond the scope of
what I would like to discuss here.
That is a bold topic to immediately declare out of scope. I am looking for
somewhere to reply, so I am forking this thread t
On 23/11/2017 19:21, Jason Tedor wrote:
> Long term then it would be interesting to explore degrading and
eventually dropping the security manager but that is beyond the scope
of what I would like to discuss here.
That is a bold topic to immediately declare out of scope. I am looking
for some
As noted in [1], there's a regression in Java 9, where SSL session
resumption no longer works for SSL protocols other than TLSv1.2. The
code which is responsible for session resumption resides in the
ServerHandshaker[2], in the clientHello method. This method, in its
logic to decide whether or
Hi Artem,
The test is updated again:
http://cr.openjdk.java.net/~jjiang/8186057/webrev.06/
The report table is decorated.
And please see more comments inline.
On 24/11/2017 01:06, Artem wrote:
Hi John,
A couple of more (probably minor) comments. Addressing them might
simplify the code and ma