[ https://issues.apache.org/jira/browse/WW-3737?focusedWorklogId=819031&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-819031 ]
ASF GitHub Bot logged work on WW-3737: -------------------------------------- Author: ASF GitHub Bot Created on: 21/Oct/22 07:23 Start Date: 21/Oct/22 07:23 Worklog Time Spent: 10m Work Description: lukaszlenart merged PR #621: URL: https://github.com/apache/struts/pull/621 Issue Time Tracking ------------------- Worklog Id: (was: 819031) Time Spent: 0.5h (was: 20m) > 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 > > Time Spent: 0.5h > Remaining Estimate: 0h > > 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)