Re: RFR: 8330278: Have SSLSocketTemplate.doClientSide use loopback address

2024-05-06 Thread Rajan Halade
On Fri, 3 May 2024 11:22:51 GMT, Sean Coffey wrote: > Using the loopback address by default may prove more reliable for some test > configurations > > ran all jdk_security tests. no issues seen. Marked as reviewed by rhalade (Reviewer). - PR Review: https://git.openjdk.org/jdk/pu

Re: RFR: 8330278: Have SSLSocketTemplate.doClientSide use loopback address

2024-05-03 Thread Sibabrata Sahoo
On Fri, 3 May 2024 11:22:51 GMT, Sean Coffey wrote: > Using the loopback address by default may prove more reliable for some test > configurations > > ran all jdk_security tests. no issues seen. Marked as reviewed by ssahoo (Committer). - PR Review: https://git.openjdk.org/jdk/pu

Re: RFR: 8330278: Have SSLSocketTemplate.doClientSide use loopback address

2024-05-03 Thread Matthew Donovan
On Fri, 3 May 2024 11:22:51 GMT, Sean Coffey wrote: > Using the loopback address by default may prove more reliable for some test > configurations > > ran all jdk_security tests. no issues seen. looks good to me. - PR Comment: https://git.openjdk.org/jdk/pull/19083#issuecomment-2

RFR: 8330278: Have SSLSocketTemplate.doClientSide use loopback address

2024-05-03 Thread Sean Coffey
Using the loopback address by default may prove more reliable for some test configurations ran all jdk_security tests. no issues seen. - Commit messages: - Initial commit Changes: https://git.openjdk.org/jdk/pull/19083/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19083