You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "zhouyanming (JIRA)" <ji...@apache.org> on 2013/12/04 03:46:36 UTC

[jira] [Updated] (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:all-tabpanel ]

zhouyanming updated WW-4250:
----------------------------

    Attachment: 4250.patch

and support other language like korean Japanese

> 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
>         Attachments: 4250.patch
>
>
> changes:  \\w   ->  (\\w|[^x00-xff])   between single quotes.
> now it can accepts paramName like  paramMap['名字'] 



--
This message was sent by Atlassian JIRA
(v6.1#6144)