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 (JIRA)" <ji...@apache.org> on 2014/03/27 07:56:19 UTC

[jira] [Comment Edited] (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=13948960#comment-13948960 ] 

Lukasz Lenart edited comment on WW-4250 at 3/27/14 6:55 AM:
------------------------------------------------------------

This can potentially break security.


was (Author: lukaszlenart):
This can potentially breaks security.

> 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.17
>
>         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)