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 14ADE200BDA for ; Mon, 28 Nov 2016 14:06:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 13593160B06; Mon, 28 Nov 2016 13:06:00 +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 826B8160B0D for ; Mon, 28 Nov 2016 14:05:59 +0100 (CET) Received: (qmail 75073 invoked by uid 500); 28 Nov 2016 13:05:58 -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 75046 invoked by uid 99); 28 Nov 2016 13:05:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 13:05:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 710D52C03E1 for ; Mon, 28 Nov 2016 13:05:58 +0000 (UTC) Date: Mon, 28 Nov 2016 13:05:58 +0000 (UTC) From: "Colm O hEigeartaigh (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-7154) WSDL2JAVA Allows Unsafe Characters in to Generated Javadocs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 28 Nov 2016 13:06:00 -0000 [ https://issues.apache.org/jira/browse/CXF-7154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colm O hEigeartaigh updated CXF-7154: ------------------------------------- Fix Version/s: 3.0.12 3.1.9 3.2.0 > WSDL2JAVA Allows Unsafe Characters in to Generated Javadocs > ----------------------------------------------------------- > > Key: CXF-7154 > URL: https://issues.apache.org/jira/browse/CXF-7154 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 3.2.0, 3.1.8 > Reporter: Owen Farrell > Assignee: Colm O hEigeartaigh > Priority: Minor > Fix For: 3.2.0, 3.1.9, 3.0.12 > > Attachments: EchoEndpoint.java, SAMPLE.wsdl > > > When generating client stubs from WSDLs, the wsdl2java tool does not account for unsafe characters in the documentation tags provided by the WSDL. As a result, the javadoc tool generates unnecessary errors when run over sources generated by CXF. > See attached WSDL and generated class for examples. -- This message was sent by Atlassian JIRA (v6.3.4#6332)