Skip to content
  • Jan Sterba's avatar
    4b851185
    Fix ingress controllers' ability to accept non UTF-8 encoded emails · 4b851185
    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
    4b851185
    Fix ingress controllers' ability to accept non UTF-8 encoded emails
    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
Loading