From notifications-return-16099-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Tue May 24 05:21:35 2011 Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9810E6D58 for ; Tue, 24 May 2011 05:21:35 +0000 (UTC) Received: (qmail 29285 invoked by uid 500); 24 May 2011 05:21:35 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 28796 invoked by uid 500); 24 May 2011 05:21:33 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 28703 invoked by uid 99); 24 May 2011 05:21:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 May 2011 05:21:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 May 2011 05:21:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6D71DDB5E2 for ; Tue, 24 May 2011 05:20:47 +0000 (UTC) Date: Tue, 24 May 2011 05:20:47 +0000 (UTC) From: "William Hoyle (JIRA)" To: notifications@ant.apache.org Message-ID: <206302450.38345.1306214447445.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (IVY-1295) Install task fails to escape markup in ivy.xml description tags MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Install task fails to escape markup in ivy.xml description tags --------------------------------------------------------------- Key: IVY-1295 URL: https://issues.apache.org/jira/browse/IVY-1295 Project: Ivy Issue Type: Bug Components: Ant, Core Affects Versions: 2.2.0 Reporter: William Hoyle Priority: Critical XmlModuleDescriptorUpdater is not escaping markup characters like &, < etc. XmlModuleDescriptorUpdater.UpdaterHandler is ignoring startCDATA() and startEntity() notifications and characters() simply writes out strings unescaped. This can lead to broken xml in installed modules descriptors. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira