Mauro Talevi commented on Bug JBEHAVE-813

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.

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to