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 3251597D3 for ; Wed, 17 Dec 2014 10:52:22 +0000 (UTC) Received: (qmail 94401 invoked by uid 500); 17 Dec 2014 10:52:21 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 94337 invoked by uid 500); 17 Dec 2014 10:52:21 -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 94323 invoked by uid 99); 17 Dec 2014 10:52:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 10:52:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B4E6C82E131; Wed, 17 Dec 2014 10:52:20 +0000 (UTC) From: escabe To: dev@cxf.apache.org Reply-To: dev@cxf.apache.org Message-ID: Subject: [GitHub] cxf pull request: Fix for [CXF-6161] Content-Type: text/plain Date: Wed, 17 Dec 2014 10:52:20 +0000 (UTC) GitHub user escabe opened a pull request: https://github.com/apache/cxf/pull/43 Fix for [CXF-6161] Instead of using a local filename based on the original URL of an wsdl:import use a numbered name: importNN.wsdl. Similar to schema imports. This should resolve issue [CXF-6161] in which an invalid filename may be generated. You can merge this pull request into a Git repository by running: $ git pull https://github.com/escabe/cxf 2.7.x-fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/43.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 #43 ---- commit a9c9baea404cb79ff7555ae325bc46d74544eb1c Author: Martijn Aben Date: 2014-12-17T10:48:29Z Fix for [CXF-6161] Instead of using a local filename based on the original URL of an wsdl:import use a numbered name: importNN.wsdl. Similar to schema imports. This should resolve issue [CXF-6161] in which an invalid filename may be generated. ---- --- 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. ---