GNOME Bugzilla – Bug 732112
Handling of data URI with no MIME type
Last modified: 2014-07-21 15:57:24 UTC
If a data URI request with no MIME type is sent to libsoup, data is not decoded properly as this case missed in soup_request_data_send api. ex: data:[<mediatype>][;base64],<data> If <mediatype> is NULL in the above URI, even though base64 encoding mentioned, data is not decoded according to that.
Created attachment 279049 [details] [review] Patch for handling data URI with no MIME type Attached patch here, couldn't commit in master branch because of permissions. Could you please mention the origin and branch so that I can submit.
thanks