Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 74125 invoked from network); 22 Feb 2008 05:58:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2008 05:58:58 -0000 Received: (qmail 66863 invoked by uid 500); 22 Feb 2008 05:58:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 66803 invoked by uid 500); 22 Feb 2008 05:58:52 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 66792 invoked by uid 99); 22 Feb 2008 05:58:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 21:58:52 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 05:58:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 48256234C049 for ; Thu, 21 Feb 2008 21:58:19 -0800 (PST) Message-ID: <318432842.1203659899294.JavaMail.jira@brutus> Date: Thu, 21 Feb 2008 21:58:19 -0800 (PST) From: "Sangjin Lee (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-3862) header names are handled in a case-sensitive manner In-Reply-To: <31844227.1203121689103.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sangjin Lee updated GERONIMO-3862: ---------------------------------- Regression: [Regression] > header names are handled in a case-sensitive manner > --------------------------------------------------- > > Key: GERONIMO-3862 > URL: https://issues.apache.org/jira/browse/GERONIMO-3862 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: AsyncHttpClient > Affects Versions: 1.x > Reporter: Sangjin Lee > Assignee: Rick McGuire > Attachments: GERONIMO-3862.patch > > > The HTTP header names are supposed to be case-insensitive. When we get or remove headers, however, header names are used in a case sensitive manner. It should be made case-insensitive. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.