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

[BUGFIX] Add '?' for query string during URI generation #425

Merged
merged 1 commit into from
Jun 5, 2017

Commits on May 18, 2017

  1. Bugfix for jsonrainbow#424 - add '?' for query string

    Note that this bugfix will cause empty query strings to be dropped (e.g.
    http://example.com?#blue becomes http://example.com#blue). This is
    because the '?' character is deliberately not captured as part of the
    query string, and the testsuite expects to be able to pass an empty
    query string and *not* have the '?' added for that case.
    erayd committed May 18, 2017
    Configuration menu
    Copy the full SHA
    c017d2b View commit details
    Browse the repository at this point in the history