Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
donirn opened this issue Sep 27, 2018 · 0 comments
Open

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

donirn opened this issue Sep 27, 2018 · 0 comments

Comments

@donirn
Copy link

donirn commented Sep 27, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant