This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Commit 3b95619
Fixed issue in URL parsing (#8650)
* 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 missed1 parent b0d9cc7 commit 3b95619
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments