You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby19.b_value_decode (and probably q_value_decode) may cause an ArgumentError: unknown encoding XXXX exception if they call #force_encoding with an encoding Ruby doesn't know about.
We should either silently fail to decode the field or raise a more specific exception.