[GitHub] struts issue #134: WW-4749: Buffer/Flush behaviour in FreemarkerResult

2017-05-10 Thread fustaki
Github user fustaki commented on the issue: https://github.com/apache/struts/pull/134 Great, OK for me --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

Escapes HTML in actionName and chaining actions

2012-08-07 Thread fustaki
Between versions 2.2.X and 2.3.X DefaultActionProxy started to apply StringEscapeUtils.escapeHtml4() to actionName. This drastic change of behavior affects applications that strongly use wildcard-patterns to pass parameters through actionName (friendly URLs). Surely unescaping values in setter me