Skip to content

Wrong route parameters when using alternation in a route handler #148

Description

@donirn

As stated, I got a wrong route parameter when my route handler has alternation.

Config

Route handler: /?(pathA|pathB|pathC)/path2/:number/?
URL test: someApp://pathA/path2/123456789

Result

routeParameters[@"number"] = pathA

Do I get my configuration wrong or is it just a bug?
Let me know if you need more info to investigate this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions