mirror of https://github.com/rails/rails
4b8511859a
Since most of the ingress controllers receive raw MIME data in POST body, it is impossible to guaratee that these are in UTF-8 as email comes in all possible encodings. This patch disables force transcoding to UTF-8 by ActionController params processing for params that contain RAW MIME email bodies. Fix #46297 |
||
---|---|---|
.. | ||
ingresses | ||
rails/action_mailbox |