Skip to content

Fix for bug in Ribbon-Module, where query strings are not properly encod...#100

Merged
allenxwang merged 1 commit intoOpenFeign:masterfrom
JulianDuniec:master
Mar 24, 2014
Merged

Fix for bug in Ribbon-Module, where query strings are not properly encod...#100
allenxwang merged 1 commit intoOpenFeign:masterfrom
JulianDuniec:master

Conversation

@JulianDuniec
Copy link

Fix for bug in Ribbon-Module, where query strings are not properly encoded.

For example:
GET /path?parameter=value with space

Should be
GET /path?parameter=value+with+space

But was
GET /path?parameter=value with space

And I was like NOOOOOOOO!

@cloudbees-pull-request-builder

feign-pull-requests #136 SUCCESS
This pull request looks good

@JulianDuniec
Copy link
Author

Any news on this? =)

allenxwang pushed a commit that referenced this pull request Mar 24, 2014
Fix for bug in Ribbon-Module, where query strings are not properly encod...
@allenxwang allenxwang merged commit 716a617 into OpenFeign:master Mar 24, 2014
@allenxwang
Copy link
Contributor

Looks good to me. Sorry about the delay.

velo pushed a commit that referenced this pull request Oct 8, 2024
Fix for bug in Ribbon-Module, where query strings are not properly encod...
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.

3 participants