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
Interesting. Addressable uses the dotted path resolution algorithm described by RFC 3986, but apparently in this case, that results in a // prefix on the path name. I'd be inclined to raise an exception as soon as you normalized rather than normalizing paths in a way that deviates from the spec.
According to RFC 3986 section 3.3:
But Addressable allows such paths, which will be ambiguously interpreted as a host:
This could allow URL validation logic to be bypassed.
The text was updated successfully, but these errors were encountered: