You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2012/02/23 08:43:53 UTC

[jira] [Issue Comment Edited] (WW-3758) Please update commons-lang dep. to version 3.1

    [ https://issues.apache.org/jira/browse/WW-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214422#comment-13214422 ] 

Lukasz Lenart edited comment on WW-3758 at 2/23/12 7:43 AM:
------------------------------------------------------------

What you mean by "wrong" ?

Commons-lang has a new groupId and artifactId, instead commons-lang must be org.apache.commons.


Anyway, I'll commit the changes
                
      was (Author: lukaszlenart):
    What you mean but "wrong" ?

Commons-lang has a new groupId and artifactId, instead commons-lang must be org.apache.commons.


Anyway, I'll commit the changes
                  
> 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: Muslimov Maxim
>            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