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 2022/10/19 11:59:00 UTC

[jira] [Commented] (WW-3737) Parsing of excludePattern breaks regex

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

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

Commit c41f05fe68c4f89ba5042747a43bb74e108ce550 in struts's branch refs/heads/WW-3737-custom-separator from Lukasz Lenart
[ https://gitbox.apache.org/repos/asf?p=struts.git;h=c41f05fe6 ]

WW-3737 Allows to define a custom separator used to split patterns


> Parsing of excludePattern breaks regex 
> ---------------------------------------
>
>                 Key: WW-3737
>                 URL: https://issues.apache.org/jira/browse/WW-3737
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>            Reporter: Erlend Oftedal
>            Priority: Major
>             Fix For: 6.1.0
>
>
> See {{buildExcludedPatternsList()}} in [http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ng/InitOperations.java]
> It simply splits on commas, making it impossible to write regex like {{"/products/[0-9]\{1,10}.json"}} as this will be split in two.
> Please supply a way to escape commas by sticking a \ in front or something like that.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)