Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 86F1117B5B for ; Sun, 8 Feb 2015 10:32:54 +0000 (UTC) Received: (qmail 1798 invoked by uid 500); 8 Feb 2015 10:32:54 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 1735 invoked by uid 500); 8 Feb 2015 10:32:54 -0000 Mailing-List: contact dev-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 dev@cxf.apache.org Received: (qmail 3725 invoked by uid 99); 7 Feb 2015 04:17:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2015 04:17:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E8675E01C2; Sat, 7 Feb 2015 04:17:53 +0000 (UTC) From: massfords To: dev@cxf.apache.org Reply-To: dev@cxf.apache.org Message-ID: Subject: [GitHub] cxf pull request: CXF-6244 Content-Type: text/plain Date: Sat, 7 Feb 2015 04:17:53 +0000 (UTC) GitHub user massfords opened a pull request: https://github.com/apache/cxf/pull/52 CXF-6244 - add support for Content-Disposition's filename* which allows for UTF-8 encoded values You can merge this pull request into a Git repository by running: $ git pull https://github.com/massfords/cxf master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/52.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 #52 ---- commit 897b20ba8ab4e4926f97e200336f71d9af9f2898 Author: Mark Ford Date: 2015-02-07T04:10:52Z CXF-6244 - add support for Content-Disposition's filename* which allows for UTF-8 encoded values ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---