-
Notifications
You must be signed in to change notification settings - Fork 581
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
The image helper now produces absolute paths #2107
Comments
Yes, this is intentional. The generated URL is supposed to be relative to the static directory of the application. |
All right, thank you for the clarification. This is quite a breaking change for us as we have been treating the parameter as just the verbatim |
Absolute URLs are actually supposed to be passed through unchanged. If that doesn't work currently it would be incompatible with mojo.js and therefore a bug. |
We're effected by this as well, I'll take a crack at a PR. |
Here's an instance of the behavior in one of our projects:
|
I am getting to work in this. |
I will go ahead and close this issue since it was mostly fixed by #2112. |
Steps to reproduce the behavior
Expected behavior
We noticed this change in behavior which does not seem to be mentioned in Changes.
Before we adjust our application we wanted to check that the change is intended?
Actual behavior
Previous output:
New output:
The text was updated successfully, but these errors were encountered: