|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [jbehave-dev] [jira] (JBEHAVE-813) html template ... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-813) html temp... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-813) html temp... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-813) html temp... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-813) html temp... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-813) html temp... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-813) html temp... Mauro Talevi (JIRA)
https://github.com/alexlehm/jbehave-core/commit/9ec9dd36467d1fff3986358e808380198c014044
JBEHAVE-813: html template report contains encoded html tags
correctly encode step pattern and parameters but not the html/xml tags that are inserted into the text in the report
(changes for the actual fix and added a few lines to the TemplateOutputBehavious as well as to the PrintStreamOutputBehaviour, this does the encoding correctly however)
To distinguish between XML and HTML I had to introduce an enum that is accessible from the freemarker template, which is kind of complicated.
(the commit also contains the changes for JBEHAVE-815, due to the necessary changes in the unit text result files it didn't make munch sense to put this in two commits)