Thanks to visit codestin.com
Credit goes to github.com

Skip to content

priority between /something/(.*) and /something/abc #89

@umputun

Description

@umputun

Currently, the logic will sort rules by len and will prioritize /something/(.). Sure, it can be addressed with the proper regex exclusion, i.e. /something/((?!abc$).) but it would be helpful to strip the group part before we do sorting, so it will consider /something/(.*) as /something/ and will automatically put it below /something/abc

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions