-
Notifications
You must be signed in to change notification settings - Fork 474
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
Different results between 1.19.1 and 1.19.2 when using uri.scheme #391
Comments
duplicate of #390 |
I've now read through #390 If this came as part of a major version release where it was documented that protocol-less URLs would be interpreted as relative paths that'd be fine - but as a patch it seems like a bug that's affecting how people are using the library (rightly or wrongly) |
Unfortunately this change also breaks our lib (https://www.npmjs.com/package/scrivito). We use the following dependency: With that said, from my potentially biased point of view, I agree with @neil-morrison44: Some more detail: This issue has a very subtle consequence in our case: While some IE11, and all other browsers treat the triple slash like a double slash, some IE11 fail with |
Still no rollback of this change? This is in no way a patch but a breaking change. |
When running
in version 1.19.1 the console reads:
Which is what's intended, however, in version 1.19.2 it reads:
looks like there's an extra
/
getting in there somehow?The text was updated successfully, but these errors were encountered: