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
Currently, when calling Request.decode("encoding", "ignore"), webob still raises a decode error with invalid characters despite passing an "ignore" argument to errors. I submitted PR 438 to take the errors argument into account for Transcoder.transcode_query, and further down the call chain in util:parse_qsl_text
The text was updated successfully, but these errors were encountered:
Currently, when calling Request.decode("encoding", "ignore"), webob still raises a decode error with invalid characters despite passing an "ignore" argument to errors. I submitted PR 438 to take the errors argument into account for Transcoder.transcode_query, and further down the call chain in util:parse_qsl_text
The text was updated successfully, but these errors were encountered: