-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
BuildUrlMixin.urlPrefix() regression #4105
Comments
Hmm, I'm surprised a
either way this seems like a bug that should be fixed. |
A / is stripped off the path, thus making a correct path without the //.
|
…s "/" Fixes emberjs#4105 I couldn't think of a better name for the test ¯\_(ツ)_/¯
Fixes emberjs#4105 I couldn't think of a better name for the test ¯\_(ツ)_/¯
awesome! thanks |
Noticed a regression on this line: b5028e6#diff-391afb21553f5f403d61beaf437459c0R232
On
2.3
this trims the leading/
https://github.com/emberjs/data/blob/v2.3.2/addon/-private/adapters/build-url-mixin.js#L234However the new refactor doesn't.
Thus:
previously it would return
/path/to/endpoint
The text was updated successfully, but these errors were encountered: