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 was archived by the owner on Oct 8, 2021. It is now read-only.
* Fixed issue in URL parsing
Fixed "Broken URL parsing" issue mentioned in issue #8640 [details: 1) empty username or password are allowed, 2) colon in password is allowed]
* Handle forward and back slashes identically
To avoid incorrect parsing of URL like `http://evil.domain\@good.domain/
* addendum to "Handle forward and back slashes identically"
One slash has been missed
0 commit comments