Skip to content

Support semicolons in query parameters as explain in the W3C recommen…#9701

Merged
normanmaurer merged 1 commit into
4.1from
query_decoder
Oct 24, 2019
Merged

Support semicolons in query parameters as explain in the W3C recommen…#9701
normanmaurer merged 1 commit into
4.1from
query_decoder

Conversation

@normanmaurer
Copy link
Copy Markdown
Member

…tation

Motivation:

Support semicolons in query parameters as explain in the W3C recommentation:
https://www.w3.org/TR/2014/REC-html5-20141028/forms.html#url-encoded-form-data

Modification:

  • Add a new constructor arg that can be used to "switch" modes for decoding ;
  • Add unit test

Result:

Fixes #8855

…tation

Motivation:

Support semicolons in query parameters as explain in the W3C recommentation:
https://www.w3.org/TR/2014/REC-html5-20141028/forms.html#url-encoded-form-data

Modification:

- Add a new constructor arg that can be used to "switch" modes for decoding ;
- Add unit test

Result:

Fixes #8855
@normanmaurer normanmaurer added this to the 4.1.43.Final milestone Oct 22, 2019
Copy link
Copy Markdown
Member

@carl-mastrangelo carl-mastrangelo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@normanmaurer normanmaurer merged commit 7d6d953 into 4.1 Oct 24, 2019
@normanmaurer normanmaurer deleted the query_decoder branch October 24, 2019 06:44
normanmaurer added a commit that referenced this pull request Oct 24, 2019
…tation (#9701)

Motivation:

Support semicolons in query parameters as explain in the W3C recommentation:
https://www.w3.org/TR/2014/REC-html5-20141028/forms.html#url-encoded-form-data

Modification:

- Add a new constructor arg that can be used to "switch" modes for decoding ;
- Add unit test

Result:

Fixes #8855
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support semicolon as a normal character in URI (no longer a parameter separator)

3 participants