We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uri.parse does not properly unescape query strings. e.g. my+Browser%2B gives my+Browser+ and it should be my Browser+.
my+Browser%2B
my+Browser+
my Browser+
There is a tentative fix in https://github.com/andrew-stevenson-sociomantic/ocean/commits/url_parsing (last 2 commits). I no longer use the code however and don't currently have the time to fully verify it or check the performance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uri.parse does not properly unescape query strings. e.g.
my+Browser%2B
givesmy+Browser+
and it should bemy Browser+
.There is a tentative fix in https://github.com/andrew-stevenson-sociomantic/ocean/commits/url_parsing (last 2 commits). I no longer use the code however and don't currently have the time to fully verify it or check the performance.
The text was updated successfully, but these errors were encountered: