Commit e535fe8
committed
fix: use urlsplit instead of urlparse for digest auth URI
urlparse treats semicolons as parameter separators, which strips
everything after the first semicolon in the URL path from the
digest auth `uri` field. urlsplit does not have this behavior and
correctly preserves semicolons in the path.
Fixes #69901 parent 0e4ae38 commit e535fe8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
0 commit comments