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 double encoded targeting string for Yieldlab adapter #5522

Merged
merged 2 commits into from Jul 23, 2020

Conversation

mirkorean
Copy link
Contributor

Type of change

  • Bugfix

Description of change

Values in the targeting string can include comma (',') and we do not want to double encode those as we will encode again when we build the querystring with createQueryString().

Values in the targeting string can include comma (',') and we do not want to double encode those as we will encode again when we build the querystring with createQueryString().
@smenzer
Copy link
Collaborator

smenzer commented Jul 23, 2020

can you please add a unit test to cover this change?

@mirkorean
Copy link
Contributor Author

@smenzer thank you for the hint, i added a check to the targeting test.

@aleksatr
Copy link
Contributor

LGTM

@aleksatr aleksatr merged commit 6e71525 into prebid:master Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants