Re: RFR 8133686: REOPEN JDK-8080659 : HttpURLConnection?s getHeaderFields method returns field values in reverse order

2020-09-03 Thread Daniel Fuchs
Hi Evan, Thanks for the new test. Could you also add an additional step that transmits the request properties to the server and checks that they are received by the remote side in the expected order? Also can you use try { } finally { } to close the HttpServer? best regards, -- daniel On 03/

RE: RFR 8133686: REOPEN JDK-8080659 : HttpURLConnection?s getHeaderFields method returns field values in reverse order

2020-09-03 Thread Evan Whelan
Hi, Thanks for the feedback Daniel, I've added the test verifying the issue. The test checks both getHeaderFields and getRequestProperties. Please find another revision of this fix at: http://cr.openjdk.java.net/~kravikumar/8133686/webrev.03/ A CSR for this issue has also been written and is fo