Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D7EF6200B4F for ; Tue, 12 Jul 2016 00:42:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D67D1160A85; Mon, 11 Jul 2016 22:42:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 285E1160A78 for ; Tue, 12 Jul 2016 00:42:12 +0200 (CEST) Received: (qmail 98332 invoked by uid 500); 11 Jul 2016 22:42:11 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 98315 invoked by uid 99); 11 Jul 2016 22:42:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 22:42:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2BCE52C02A4 for ; Mon, 11 Jul 2016 22:42:11 +0000 (UTC) Date: Mon, 11 Jul 2016 22:42:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-6967) Content Disposition filename should be case-insensitive MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 11 Jul 2016 22:42:13 -0000 [ https://issues.apache.org/jira/browse/CXF-6967?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D153718= 25#comment-15371825 ]=20 ASF GitHub Bot commented on CXF-6967: ------------------------------------- GitHub user osbornk opened a pull request: https://github.com/apache/cxf/pull/147 [CXF-6967] Make content-disposition case insensitive and add some ini= =E2=80=A6 =E2=80=A6t tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/osbornk/cxf CXF-6967 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/147.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #147 =20 ---- commit c9688b547220d1923b5359ded1c00b1f5dc530c7 Author: Kevin Osborn Date: 2016-07-11T22:35:10Z [CXF-6967] Make content-disposition case insensitive and add some init = tests ---- > Content Disposition filename should be case-insensitive > ------------------------------------------------------- > > Key: CXF-6967 > URL: https://issues.apache.org/jira/browse/CXF-6967 > Project: CXF > Issue Type: Bug > Components: Core > Reporter: Kevin Osborn > > The regex parser and the string matcher are case sensitive for the filena= me fields as well as the encoding type. According to spec, they should be c= ase-insensitive. -- This message was sent by Atlassian JIRA (v6.3.4#6332)