Withdrawn: 8133686: HttpURLConnection.getHeaderFields and URLConnection.getRequestProperties methods return field values in reverse order

duke duke at openjdk.java.net
Wed May 19 15:53:43 UTC 2021


On Thu, 28 Jan 2021 16:42:02 GMT, Evan Whelan <ewhelan at openjdk.org> wrote:

> Hi all,
> 
> Please review this fix for which corrects the order in which field values are returned from the `HttpURLConnection.getHeaderFields` and `URLConnection.getRequestProperties` methods.
> 
> Currently, the implementation of these methods returns the values in reverse. This does not conform with the RFC2616 spec which outlines that the order of these field values should not be changed. 
> 
> Thanks,
> Evan

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.java.net/jdk/pull/2294


More information about the net-dev mailing list