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

URL encodes first, last, prev, and next links. #622

Merged
merged 1 commit into from
Feb 18, 2017

Conversation

jfinkels
Copy link
Owner

Previously, Flask-Restless was not URL encoding the first, last,
next, and prev pagination links in the response JSON document. This
commit corrects that and additionally corrects some imprecise unit tests
that were not accounting for URL encoding.

Fixes issue #553.

Previously, Flask-Restless was not URL encoding the `first`, `last`,
`next`, and `prev` pagination links in the response JSON document. This
commit corrects that and additionally corrects some imprecise unit tests
that were not accounting for URL encoding.
@jfinkels jfinkels merged commit 6424a72 into master Feb 18, 2017
@jfinkels jfinkels deleted the url-encode-pagination-links branch February 18, 2017 01:42
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.

None yet

1 participant