[jdk11u-dev] RFR: 8229481: sun/net/www/protocol/https/ChunkedOutputStream.java failed with a SSLException [v4]

luchenlin duke at openjdk.org
Wed Jul 19 05:30:51 UTC 2023


On Mon, 17 Jul 2023 22:10:51 GMT, Paul Hohensee <phh at openjdk.org> wrote:

> There's no reason to backport testPlainText if it's not invoked. getAuthority went in as part of [JDK-8268464](https://bugs.openjdk.org/browse/JDK-8268464), for which the patch is fairly large but worth consideration. If you don't want to do that backport first, please include getAuthority from it and use it for this backport.

Since [JDK-8268464](https://bugs.openjdk.org/browse/JDK-8268464) will remove TestHttpsServer.java, i have updated and add the getAuthority() method for TestHttpsServer, and then i can do backport for [JDK-8268464](https://bugs.openjdk.org/browse/JDK-8268464), which seems more reasonable.

-------------

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2037#issuecomment-1641435656


More information about the jdk-updates-dev mailing list