On Thu, 28 Jan 2021 16:42:02 GMT, Evan Whelan <ewhe...@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