|
||||||||
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)
What's happening is a double escaping. The StepOutput has a getParameterisedStep(String pattern) method that should be solely responsible for the escaping, rather than the Freemarker template macro (?html or ?xml).
We need to add a method getParametrisedSteps(Escape escape, String pattern) using the enum Escape { HTML, XML, NULL } to determine which escaping needs to be done in the Java method implementation using the StringEscapeUtils.