Skip to content

CustomMatchers should override default matchers #63

@Thomas-Bel

Description

@Thomas-Bel

Hi,

For our app we would like to separately process certain url patterns, while allowing all other urls to be handled normally. I tried to implement this using both url=true and a custom matcher for the special case urls, but this approach fails. The default matching is performed first, and only afterwards the custom matchers are exercised.

Is this desired behaviour?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions