Skip to content

Fix query parameter encoding#40

Merged
joeyparrish merged 2 commits intoshaka-project:masterfrom
irock:fix-query-decode
Mar 27, 2015
Merged

Fix query parameter encoding#40
joeyparrish merged 2 commits intoshaka-project:masterfrom
irock:fix-query-decode

Conversation

@irock
Copy link
Contributor

@irock irock commented Mar 19, 2015

This fixes handling of URIs with special characters. Without this patch, segment URIs such as e.g. http://example.com/0.webm?param=%26 are translated to http://example.com/0.webm?param=&.

@palmerj3
Copy link
Contributor

👍

Copy link
Member

Choose a reason for hiding this comment

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

Nice catch! This bug appears to exist upstream, as well. Can you report and/or patch there, too? https://github.com/google/closure-library/blob/master/closure/goog/uri/uri.js#L335

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! Yes, will do.

joeyparrish added a commit that referenced this pull request Mar 27, 2015
@joeyparrish joeyparrish merged commit 902df77 into shaka-project:master Mar 27, 2015
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

status: archived Archived and locked; will not be updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants