[11u]: RFR: 8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request

Andrew Brygin abrygin at azul.com
Thu Nov 14 12:17:44 UTC 2019


Hello Vladimir,

 the change looks fine to me.

Thanks,
Andrew

> On Nov 12, 2019, at 1:30 PM, Vladimir Kempik <vkempik at azul.com> wrote:
> 
> 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