You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/06/27 13:48:28 UTC

[jira] [Commented] (WW-4250) Make ParametersInterceptor supports chinese in hash key by default

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

Hudson commented on WW-4250:
----------------------------

SUCCESS: Integrated in Struts-JDK6-features #65 (See [https://builds.apache.org/job/Struts-JDK6-features/65/])
WW-4250 extends ParametersInterceptor to support chinese in hash key (lukaszlenart: rev 8b845ec814a428121617a8bea387a34fed74dcf5)
* xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java
WW-4250 Uses proper character set for Chinese (lukaszlenart: rev 94e20fefcd624282ad6425da750fdd1e289f6436)
* xwork-core/src/test/java/com/opensymphony/xwork2/interceptor/ParametersInterceptorTest.java
* xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java


> Make ParametersInterceptor supports chinese in hash key by default
> ------------------------------------------------------------------
>
>                 Key: WW-4250
>                 URL: https://issues.apache.org/jira/browse/WW-4250
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Interceptors
>            Reporter: zhouyanming
>            Assignee: Lukasz Lenart
>             Fix For: 2.3.18
>
>         Attachments: 4250.patch
>
>
> changes:  {noformat} \\w   ->  (\\w|[^x00-xff]) {noformat}   between single quotes.
> now it can accepts paramName like  paramMap['名字'] 



--
This message was sent by Atlassian JIRA
(v6.2#6252)