[
https://issues.apache.org/jira/browse/WW-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281311#comment-17281311
]
ASF subversion and git services commented on WW-5116:
-----------------------------------------------------
Commit 39d70e394417a2a41c5fccccfcd1b2a9f15ad19a in struts's branch
refs/heads/struts-2-5-x from Lukasz Lenart
[ https://gitbox.apache.org/repos/asf?p=struts.git;h=39d70e3 ]
Merge pull request #472 from Marcono1234/struts-2-5-x
2.5.x backport: 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.5.27, 2.6
>
> Time Spent: 1h 40m
> 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)