Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mailer][Mime] Fix case-sensitive handling of header names#39954
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
carsonbot commentedJan 24, 2021
Hey! Nice work here, I this makes me happy. I think @scuben has recently worked with this code. Maybe they can help review this? Cheers! Carsonbot |
fabpot left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Is 4.4 affected? Is yes, can you change the target to 4.4 instead? Thank you.
piku235 commentedFeb 1, 2021
The commitsf1bcece and70f703d depend on the v5.2, they relate to#36736. The commit0a91e7f fixes |
fabpot commentedFeb 1, 2021
Let's create a PR for 4.4. |
piku235 commentedFeb 1, 2021
Ok, done#40062. |
This PR was merged into the 4.4 branch.Discussion----------[Mime] Fix case-sensitive handling of header names| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets |Fix#39953| License | MIT| Doc PR | -Fixes case-sensitive handling of header names in "Mailer" component, more in the [ticket](#39953) and the [root PR](#39954).Commits-------b2d7454 [Mime] Fix case-sensitive handling in Headers::isUniqueHeader()
fabpot commentedFeb 2, 2021
Thank you@piku235. |
Fixes case-sensitive handling of header names in "Mime" and "Mailer" component, more in theticket.