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

bug(router): Allowing multiple query params of the same name to be se… #11373

Closed

Commits on Sep 6, 2016

  1. bug(router): Allowing multiple query params of the same name to be se…

    …rialized into an array
    
    The current router will remove all but the last one if the url contains multiple query params of the same name.
    
    `router/foo?a=1&a=2&a=5` will be rewritten as `router/foo?a=5`
    spacebeers committed Sep 6, 2016
    Copy the full SHA
    ab3b216 View commit details
    Browse the repository at this point in the history