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

[BUGFIX beta] Correctly coalesce URI encoded ids #4403

Merged
merged 1 commit into from
May 26, 2016
Merged

[BUGFIX beta] Correctly coalesce URI encoded ids #4403

merged 1 commit into from
May 26, 2016

Conversation

pangratz
Copy link
Member

When checking if the URL of a record is of the format
...something/:id, we need to decode the last part of the path before
comparing, since the part in the URL is encoded when the URL is
constructed within buildURL.


This fixes #4190.

When checking if the URL of a record is of the format
`...something/:id`, we need to decode the last part of the path before
comparing, since the part in the URL is encoded when the URL is
constructed within buildURL.
@bmac
Copy link
Member

bmac commented May 26, 2016

👍

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.

Adapter not coalescing requests when ids contains ":"
2 participants