You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/02/08 06:28:00 UTC

[jira] [Commented] (WW-5116) PostbackResult uses wrong regex range

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

ASF subversion and git services commented on WW-5116:
-----------------------------------------------------

Commit 53c0f50ead31923778bb076fa4c9191daa5ef1de in struts's branch refs/heads/master from Marcono1234
[ https://gitbox.apache.org/repos/asf?p=struts.git;h=53c0f50 ]

WW-5116 Fix wrong regex range


> PostbackResult uses wrong regex range
> -------------------------------------
>
>                 Key: WW-5116
>                 URL: https://issues.apache.org/jira/browse/WW-5116
>             Project: Struts 2
>          Issue Type: Bug
>            Reporter: Marcono1234
>            Priority: Minor
>             Fix For: 2.6
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Class {{org.apache.struts2.result.PostbackResult}} uses the regex range {{A-z}}, this is probably a typo and should be {{A-Z}} because otherwise it would include chars like {{\[}} (which are between {{Z}} and {{a}}) as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)