[ https://issues.apache.org/jira/browse/WW-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lukasz Lenart closed WW-3758. ----------------------------- Resolution: Fixed Thanks for testing > Please update commons-lang dep. to version 3.1 > ---------------------------------------------- > > Key: WW-3758 > URL: https://issues.apache.org/jira/browse/WW-3758 > Project: Struts 2 > Issue Type: Improvement > Components: Plugin - Tags > Affects Versions: 2.3.1.2 > Environment: JRE/JDK 1.6.30, Tomcat 7.0 > Reporter: Maxim Muslimov > Assignee: Lukasz Lenart > Priority: Minor > Labels: StringEscapeUtils,, commons-lang,, dependencies > Fix For: 2.3.2 > > Attachments: WW-3631.patch > > > Struts depends on old version of commons-lang package (2.5). > This package contains class StringEscapeUtils, which contains escapeHtml > method. > This method escapes cyrillic symbols too. > (In new version commons-lang, which contains escapeHtml3 and escapeHtml4 > methods cyrillic not escapes) > So if I use tags like <s:property value="foo" escapeHtml="true"/> I get > html-content with escaped sequence of char like &8231;&1233;&1234 and so on. > It's makes response body too large for russian-languaged sites. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira