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

yieldoneBidAdapter: fix encode referrer twice #4880

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

yashigani
Copy link
Contributor

@yashigani yashigani commented Feb 21, 2020

Type of change

  • Bugfix

Description of change

Bugfix for yieldoneAdapter encoded r parameter twice.

yieldoneAdapter makes unexpected request like { "r": "https%253A%252F%252F...", ... }.
buildRequests makes encode r parameter. But newBidder.processRequest encode query parameters too(here). So r parameter in bid request is encoded excessively.
yieldoneAdapter for v2 has same issue.

@bretg
Copy link
Collaborator

bretg commented Feb 21, 2020

LGTM, but adding @kusapan and @koji-eguchi to confirm.

@bretg bretg self-requested a review February 21, 2020 22:39
Copy link
Collaborator

@bretg bretg left a comment

Choose a reason for hiding this comment

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

LGTM, but would like to get confirmation from originators

@bretg
Copy link
Collaborator

bretg commented Feb 25, 2020

No answer from the originators, going ahead with the merge.

@bretg bretg merged commit 303f0e3 into prebid:master Feb 25, 2020
monofonik pushed a commit to playground-xyz/Prebid.js that referenced this pull request Feb 25, 2020
@kusapan
Copy link
Contributor

kusapan commented Feb 26, 2020

@bretg confirmed. Thank you for the merge.

rjvelicaria pushed a commit to openx/Prebid.js that referenced this pull request Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants