Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpFoundation] Fix str_contains type mismatch in ApacheRequest#42317
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
derrabus commentedJul 29, 2021
I don't think that this change is necessary. This class is meant to be used when serving a request inside an Apache HTTPd. And in that context, |
bobvandevijver commentedJul 29, 2021 • 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.
Should is not must, but I agree that this will be an uncommon if not ever happening case. Anyways, feel free to close it, that's also why I made this a separate PR! |
derrabus commentedJul 29, 2021
Let's close then. I'd rather not change that class unless someone really encounters an issue with this. |
When scanning for more possible error like fixed in#42316, I found this one. I decided to create a separate MR as I'm not sure falling back to
/would be the desired behaviour for a missingREQUEST_URI, or that maybe an exception would be more suitable.