-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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 |
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.
The commits f1bcece and 70f703d depend on the v5.2, they relate to #36736. The commit 0a91e7f fixes |
Let's create a PR for 4.4. |
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()
Thank you @piku235. |
Fixes case-sensitive handling of header names in "Mime" and "Mailer" component, more in the ticket.