Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #32096 Don't assume port 0 for X-Forwarded-Port (alexbowers, xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- Don't assume port 0 for X-Forwarded-Port | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | none added | Fixed tickets | | License | MIT | Doc PR | - If you use X-Forwarded-Host but don't provide X-Forwarded-Port, it will default to `0.0.0.0:` which then assumes port `0` instead of following its default assumption based on the scheme. Commits ------- adcdd938a4 PHP 5 compat 6c49a0c758 Add test case c266d6c737 Update Request.php 23db9be884 Don't assume port 0 for X-Forwarded-Port
- Loading branch information