-
-
Notifications
You must be signed in to change notification settings - Fork 48
Query url parameters should not escape + or : #22
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
Conversation
|
@andygrunwald, @perolausson PTAL. So far as I can tell, this change should fix the issue brought up in #18. I'm not sure this is the best approach but neither |
|
I am on a trip until 21st October. I try to have a look at it in between, If you are sure that this will fix it and (even better) provide a unit / @opalmer you know I trust you in this project :) so we are equal :) Am Donnerstag, 13. Oktober 2016 schrieb opalmer :
|
Already added a test in d703d14 for exactly this :). Prior to the fix this new unittest would have failed. |
|
@perolausson, have you had a chance to test this? |
|
No I'm sorry. Snowed under. On 23 Oct 2016 16:17, "opalmer" [email protected] wrote:
|
|
@perolausson, any chance you could take a look at this sometime this week? |
|
I'm going to go ahead and merge this within the next couple of days if there are not any objections. The testing I've done seems to indicate this will fix the original problem without causing any new ones. If that turns out to not be the case it's pretty easy to either roll this back or apply a patch. |
|
Go ahead @opalmer. |
This special behavior for the "+" character was added as part of PR #22 to resolve issue #18 around 9 years ago, but the issue described there seems more like a problem caused by "+" being used instead of " " (a space) in the original search query, and we haven't received new information to suggest otherwise. So, undo the special behavior for the "+" character. GitHub-Pull-Request: #193
|
See #193 (comment) |
See #18 for details.