summaryrefslogtreecommitdiff
path: root/contributors.xml
diff options
context:
space:
mode:
authorTaylor Smock <tsmock@fb.com>2022-01-21 08:52:25 -0700
committerJaikiran Pai <jaikiran@apache.org>2022-02-10 08:33:09 +0530
commitaa47924dc2aaac617bfa19731bcbfe6745711eef (patch)
tree7da47f46101714448655f1c8c23df09eb5bdb3af /contributors.xml
parentb4a91c7fb325080126b4b9692537766fd396157b (diff)
downloadant-aa47924dc2aaac617bfa19731bcbfe6745711eef.tar.gz
Fix an issue in LegacyXmlResultFormatter with ]]> in stacktraces
Bugzilla Report 65833 This occurs when the stacktrace message contains ]]>, which is the CDATA end code. There is no escape, so it must be replaced with `]]` + `]]>` + `<![CDATA[` + `>`, which means that the CDATA section is split. Signed-off-by: Taylor Smock <tsmock@fb.com> This closes #175 pull request at github.com/apache/ant
Diffstat (limited to 'contributors.xml')
-rw-r--r--contributors.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/contributors.xml b/contributors.xml
index 266686349..f0f5197c7 100644
--- a/contributors.xml
+++ b/contributors.xml
@@ -1745,6 +1745,10 @@
<last>Master</last>
</name>
<name>
+ <first>Taylor</first>
+ <last>Smock</last>
+ </name>
+ <name>
<first>Thomas</first>
<last>Aglassinger</last>
</name>