Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Fixes URI parsing#29631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fixes URI parsing#29631
Uh oh!
There was an error while loading.Please reload this page.
Conversation
When $this->server->get('REQUEST_URI'); passes //foo/bar the parse_url function assumes that foo is the host and not part of the path.nicolas-grekas commentedDec 17, 2018
Duplicate of#29494? Can you check if it fixes the same issue please? |
ian-starts commentedDec 17, 2018
|
nicolas-grekas commentedDec 17, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
(See broken tests.) Thanks for submitting. |
Uh oh!
There was an error while loading.Please reload this page.
When $this->server->get('REQUEST_URI'); passes //foo/bar the parse_url function assumes that foo is the host and not part of the path.