Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpKernel] fix forwarding trusted headers as server parameters#28241
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
nicolas-grekas commentedAug 22, 2018
| Q | A |
|---|---|
| Branch? | 2.8 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #28233,#28226,#28225,#28240 |
| License | MIT |
| Doc PR | - |
8e8f09e to9295348Compare…meters (nicolas-grekas)This PR was merged into the 2.8 branch.Discussion----------[HttpKernel] fix forwarding trusted headers as server parameters| Q | A| ------------- | ---| Branch? | 2.8| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#28233,#28226,#28225,#28240| License | MIT| Doc PR | -Commits-------9295348 [HttpKernel] fix forwarding trusted headers as server parameters
vlahanas commentedAug 30, 2018
When generating a url using UrlGeneratorInterface with reference type UrlGeneratorInterface::ABSOLUTE_URL, it does not maintain https. Instead, it always seems to be using http for the generated url. Any clues on what might be the cause? |
nicolas-grekas commentedAug 30, 2018
Please submit a separate issue and provide a reproducer, that would help a lot (please be sure this issue exists with the latest version before). Thanks. |