[11u]: RFR: 8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request
Vladimir Kempik
vkempik at azul.com
Tue Nov 12 10:30:55 UTC 2019
Hi,
please review the jdk11u backport of JDK-8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request
The only difference to 13/14 is small change in testcase
125 .host(server.getAddress().getHostName())
(server.getAddress().getAddress()) (14) changed to (server.getAddress().getHostName())
webrev: http://cr.openjdk.java.net/~vkempik/8209178/webrev.00/ <http://cr.openjdk.java.net/~vkempik/8209178/webrev.00/>
The bug: https://bugs.openjdk.java.net/browse/JDK-8209178 <https://bugs.openjdk.java.net/browse/JDK-8209178>
original changeset: https://hg.openjdk.java.net/jdk/jdk/rev/94ca05133eb2 <https://hg.openjdk.java.net/jdk/jdk/rev/94ca05133eb2>
thanks, Vladimir
More information about the jdk-updates-dev
mailing list