Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 42058 invoked from network); 16 Feb 2008 00:42:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2008 00:42:32 -0000 Received: (qmail 94340 invoked by uid 500); 16 Feb 2008 00:42:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 94142 invoked by uid 500); 16 Feb 2008 00:42:25 -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 94131 invoked by uid 99); 16 Feb 2008 00:42:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2008 16:42:25 -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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 00:41:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2E81171406D for ; Fri, 15 Feb 2008 16:42:08 -0800 (PST) Message-ID: <5345623.1203122528180.JavaMail.jira@brutus> Date: Fri, 15 Feb 2008 16:42:08 -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: ---------------------------------- Attachment: GERONIMO-3862.patch a suggested fix > 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.