Re: RFR: 8294983: SSLEngine throws ClassCastException during handshake [v3]

2023-05-03 Thread Xue-Lei Andrew Fan
On Wed, 3 May 2023 20:51:30 GMT, Kevin Driver wrote: >> Fixes a scenario where a `ServerHandshakeContext` might be cast as a >> `ClientHandshakeContext`. > > Kevin Driver has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains three

Re: RFR: 8294983: SSLEngine throws ClassCastException during handshake [v3]

2023-05-03 Thread Bradford Wetmore
On Wed, 3 May 2023 20:51:30 GMT, Kevin Driver wrote: >> Fixes a scenario where a `ServerHandshakeContext` might be cast as a >> `ClientHandshakeContext`. > > Kevin Driver has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains three

Re: RFR: 8294983: SSLEngine throws ClassCastException during handshake [v3]

2023-05-03 Thread Kevin Driver
> Fixes a scenario where a `ServerHandshakeContext` might be cast as a > `ClientHandshakeContext`. Kevin Driver has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits: - address code review comment - updated copyright -