[Webkit-unassigned] [Bug 34435] [Gtk] libsoup critical warning in media player http cookies injection code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 01:29:06 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34435





--- Comment #14 from Philippe Normand <pnormand at igalia.com>  2010-02-03 01:29:05 PST ---
The build failure happened because of the new order. Before this patch we were
checking if the element had a cookies property first, so in case of filesrc
this was obviously failing. In the patch of last night we were directly
building a SoupUri with the location value, but in case of filesrc the location
is not a URI, it is an absolute filesystem path, soup_uri_new() returns NULL in
that case, hence the build breakage.

In the updated patch I added checks to ensure the SoupUri is built with a valid
http(s) uri. Tests pass fine here.

Sorry for the trouble :(

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list