[Webkit-unassigned] [Bug 113884] [GStreamer] playbin uri getter is invalid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 3 11:32:43 PDT 2013


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





--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2013-04-03 11:30:55 PST ---
(From update of attachment 196380)
View in context: https://bugs.webkit.org/attachment.cgi?id=196380&action=review

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:1299
> -        RefPtr<SecurityOrigin> securityOrigin = SecurityOrigin::create(currentUrl);
> +        RefPtr<SecurityOrigin> securityOrigin = SecurityOrigin::create(m_url);
>          if (securityOrigin->canRequest(newUrl)) {
>              LOG_MEDIA_MESSAGE("New media url: %s", newUrl.string().utf8().data());
>  

Does this eventually call ::load(...) again? If not, I can see this being an issue if there is a chain of redirects like: http://hosta/file --> http://hostb/file --> file2.

-- 
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