From commits-return-62359-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Fri May 21 16:27:39 2010 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 24217 invoked from network); 21 May 2010 16:27:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 May 2010 16:27:39 -0000 Received: (qmail 22544 invoked by uid 500); 21 May 2010 16:27:39 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 22521 invoked by uid 500); 21 May 2010 16:27:39 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 22514 invoked by uid 99); 21 May 2010 16:27:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 16:27:39 +0000 X-ASF-Spam-Status: No, hits=-1452.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 16:27:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4LGRImp015732 for ; Fri, 21 May 2010 16:27:19 GMT Message-ID: <26243228.22211274459238829.JavaMail.jira@thor> Date: Fri, 21 May 2010 12:27:18 -0400 (EDT) From: "Jesse Wilson (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6516) [java6][classlib][luni]Items in map which reterned by HttpURLConnection.getHeaderFields() should be in reverse order In-Reply-To: <15481733.15601274436197322.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870040#action_12870040 ] Jesse Wilson commented on HARMONY-6516: --------------------------------------- Isn't this a bug in RI6? Shouldn't we just report the bug to them rather than emulating their bogus behaviour? > [java6][classlib][luni]Items in map which reterned by HttpURLConnection.getHeaderFields() should be in reverse order > --------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-6516 > URL: https://issues.apache.org/jira/browse/HARMONY-6516 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Ray Chen > Attachments: Harmony_6516.diff > > > RI6 will retrun a map in which the items are in reverse order, however RI5 didn't require that. > So only fix this in java6 branch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.