-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
jenkins 1.419, linux, java 1.6, cvs
We have a cvs project that contains an "&" sign in a filename, which works for the most part (still not a good idea).
However, the changelog.xml that is generated contains the plain filename which makes the xml invalid:
<file>
<name>Architektur&DesignV1.8.1.doc</name>
<fullName>/Architektur&DesignV1.8.1.doc</fullName>
<revision>1.3</revision>
<dead />
</file>
the resulting error in catalina.out is
Caused by: org.xml.sax.SAXParseException: The reference to entity "DesignV1.8.1.doc" must end with the ';' delimiter.