[11u] RFR: 8265099: Revert backport to 11u of 8236859: WebSocket over authenticating proxy fails with NPE

Daniel Fuchs daniel.fuchs at oracle.com
Tue Apr 13 09:11:35 UTC 2021


Hi Christoph,

On 12/04/2021 22:56, Langer, Christoph wrote:
> I think reverting is fine. However, I don't know whether Ilarion will be able to provide a fix on short call.  The error "can't find jdk.test.lib.net.SimpleSSLContext in test directory or libraries" sounds a bit like an infrastructure thing which maybe isn't too hard to repair? Maybe we want to give him a day or two and then just push a fix? What do you think (also @Ilarion...)?

FWIW: I suspect SimpleSSLContext may have been relocated in
the mainline, it might have a different package name / may
need a different @library tag to build it in 11u.

`find test -name SimpleSSLContext.java` should reveal its
location.

Other HttpClient tests that make use of HTTPS in the 11u test
base should reveal the proper incantation to build it.

best regards,

-- daniel



More information about the jdk-updates-dev mailing list