8000 [HttpFoundation] Warning when request has both Forwarded and X-Forwarded-For by magnusnordlander · Pull Request #18688 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[HttpFoundation] Warning when request has both Forwarded and X-Forwarded-For #18688

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Closed
Prev Previous commit
Next Next commit
CS fix
  • Loading branch information
magnusnordlander committed May 5, 2016
commit 2eea0f1bb2e08b37d983972da373451d0a8b57e6
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
*/
class ConflictingHeadersException extends \RuntimeException
{

}
0