You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/07/09 16:14:19 UTC

DO NOT REPLY [Bug 35674] New: - style task with cvschangelog not escaping '&' characters in entry / file / name elements

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35674>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35674

           Summary: style task with cvschangelog not escaping '&' characters
                    in entry / file / name elements
           Product: Ant
           Version: 1.6.1
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: bgn6bc802@sneakemail.com


I have a directory name on Windows with spaces, a '&' character, a '%'
character, and a ',' character in the name (don't ask, I didn't create it).

The entry in the changelog xml file looks like:

<entry>
  <date>2005-05-03</date>
  <time>15:33</time>
  <author><![CDATA[username]]></author>
  <file>
    <name>foo/bar/37400 Al-7075/37451 7079-T7 & T76 100 % HUMIDITY,
RT/37451.txt</name>
    <revision>1.3</revision>
    <prevrevision>1.2</prevrevision>
  </file>
 

The XSL stylesheet processor complains about the '&' character. There should
probably be appropriate character escaping somewhere.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org