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

HATEOAS links are relative starting with Werkzeug 2.1; should be absolute for backward compatibility #1475

Closed
nicolaiarocci opened this issue Apr 13, 2022 · 1 comment
Milestone

Comments

@nicolaiarocci
Copy link
Member

Tests are now failing because of this Flask 2.1 change,

@nicolaiarocci
Copy link
Member Author

Actually, the culprit is Werkzeug, with this change. They are now returning relative paths, while I choose to preserve the current HATEOAS behavior, which is returning absolute URIs.

@nicolaiarocci nicolaiarocci changed the title Flask 2.1.0 causes tests to fail on CI runs HATEOAS links are relative starting with Werkzeug 2.1; should be absolute for backward compatibility Apr 13, 2022
@nicolaiarocci nicolaiarocci added this to the 2.0 milestone Apr 13, 2022
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

No branches or pull requests

1 participant