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 BBA65C0AC for ; Tue, 23 Dec 2014 13:11:37 +0000 (UTC) Received: (qmail 44335 invoked by uid 500); 23 Dec 2014 13:11:37 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 44277 invoked by uid 500); 23 Dec 2014 13:11:37 -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 44071 invoked by uid 99); 23 Dec 2014 13:11:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 13:11:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0831DA35111; Tue, 23 Dec 2014 13:11:35 +0000 (UTC) From: escabe To: dev@cxf.apache.org Reply-To: dev@cxf.apache.org References: In-Reply-To: Subject: [GitHub] cxf pull request: Fix for [CXF-6161] Content-Type: text/plain Message-Id: <20141223131136.0831DA35111@tyr.zones.apache.org> Date: Tue, 23 Dec 2014 13:11:35 +0000 (UTC) Github user escabe commented on the pull request: https://github.com/apache/cxf/pull/43#issuecomment-67949395 Ok, I could look into that. Before I do so however, do you have a preferred way of checking for valid file names in this project? Is doing a File.createNewFile() inside TRY-CATCH acceptable? On Thu, Dec 18, 2014 at 12:00 AM, Daniel Kulp wrote: > If the file is a valid name, I would greatly prefer to keep the name. > > Also, one of the tests fails due to this. testClientJar fails due to: > > assertTrue("hello_world_messages.wsdl is expected", > jarEntries.contains("hello_world_messages.wsdl")); > > — > Reply to this email directly or view it on GitHub > . > --- 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. ---