You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
this is because of our normalization for windows where urls can contain "drive prefix". like "C:/". We are being too aggressive in this case and are stripping things we shouldn't be.
To be honest though, setting location path to a url or an encoded url component seems very wrong.
When I have pass the escaped string into $routeParams, I found it unescaped (it's expected) and cutted by ':/'. Is it normal?
example
The text was updated successfully, but these errors were encountered: