diff --git a/WHATSNEW b/WHATSNEW index 53aa4f202..332910beb 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -408,6 +408,10 @@ Fixed bugs: update attribute has been set to true. Bugzilla Report 30751. + * The default stylesheets for failed to properly escape + XML content in exception stack traces. + Bugzilla Report 39492 + Other changes: -------------- * The get task now also follows redirects from http to https diff --git a/src/etc/junit-frames.xsl b/src/etc/junit-frames.xsl index 9ea322a6f..d9c96c2e5 100644 --- a/src/etc/junit-frames.xsl +++ b/src/etc/junit-frames.xsl @@ -862,7 +862,18 @@ h6 { --> - + + + +
+ + + +
+ + + +
diff --git a/src/etc/junit-noframes.xsl b/src/etc/junit-noframes.xsl index f0ab96416..b42aaf1ec 100644 --- a/src/etc/junit-noframes.xsl +++ b/src/etc/junit-noframes.xsl @@ -451,7 +451,18 @@ --> - + + + +
+ + + +
+ + + +