-
Jan Sterba authored
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
Jan Sterba authoredSince 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
Loading