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

querystring, url: repeated '&' in a paramsString will be skipped #10967

Closed

Commits on Feb 1, 2017

  1. querystring, url: repeated sep in a paramsString should be adjusted

    + update state machine in parse
      + repeated sep should be adjusted
      + `&=&=` should be `{ '': [ '', '' ] }`
    + add test cases for querystring and URLSearchParams
    
    Fixes: nodejs#10454
    watilde committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    f81201a View commit details
    Browse the repository at this point in the history