Skip to content
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

Fix url encoding in DefaultHttpJsonRequest #734

Merged
merged 1 commit into from
Mar 17, 2016
Merged

Conversation

akorneta
Copy link
Contributor

@skabashnyuk @evoevodin
UriBuilder.build() performs encode it was necessary to get rid of second encoding of query params

@@ -34,7 +34,6 @@
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.UriBuilder;

Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you remove this line ? spec

@skabashnyuk
Copy link
Contributor

ок

@garagatyi
Copy link

@akorneta Please run selenium test to ensure everything will work as expected.

@voievodin
Copy link
Contributor

ok

akorneta added a commit that referenced this pull request Mar 17, 2016
Fix url encoding in DefaultHttpJsonRequest
@akorneta akorneta merged commit 5008ed2 into master Mar 17, 2016
@akorneta akorneta deleted the fix_url_encode branch March 17, 2016 14:39
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.

4 participants