[ https://issues.apache.org/jira/browse/WW-3737?focusedWorklogId=818446&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-818446 ]
ASF GitHub Bot logged work on WW-3737: -------------------------------------- Author: ASF GitHub Bot Created on: 19/Oct/22 12:07 Start Date: 19/Oct/22 12:07 Worklog Time Spent: 10m Work Description: sonarcloud[bot] commented on PR #621: URL: https://github.com/apache/struts/pull/621#issuecomment-1283906441 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=621) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=621&resolved=false&types=BUG) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=621&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=621&resolved=false&types=BUG) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=621&resolved=false&types=VULNERABILITY) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=621&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=621&resolved=false&types=VULNERABILITY) [](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=621&resolved=false&types=SECURITY_HOTSPOT) [](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=621&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=621&resolved=false&types=SECURITY_HOTSPOT) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=621&resolved=false&types=CODE_SMELL) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=621&resolved=false&types=CODE_SMELL) [3 Code Smells](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=621&resolved=false&types=CODE_SMELL) [](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=621&metric=new_coverage&view=list) [100.0% Coverage](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=621&metric=new_coverage&view=list) [](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=621&metric=new_duplicated_lines_density&view=list) [0.0% Duplication](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=621&metric=new_duplicated_lines_density&view=list) Issue Time Tracking ------------------- Worklog Id: (was: 818446) Time Spent: 20m (was: 10m) > 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: 20m > 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)