RESOLVED FIXED48787
Can't view HTML5 video when running Safari with an authenticated proxy server
https://bugs.webkit.org/show_bug.cgi?id=48787
Summary Can't view HTML5 video when running Safari with an authenticated proxy server
Jer Noble
Reported 2010-11-01 14:58:25 PDT
In a firewalled environment, it isn't possible to view HTML5 Video. Requests aren't directed through the proxy server.
Attachments
Patch (2.74 KB, patch)
2010-11-01 15:10 PDT, Jer Noble
no flags
Patch (3.32 KB, patch)
2010-11-01 16:04 PDT, Jer Noble
beidson: review+
Jer Noble
Comment 1 2010-11-01 14:58:50 PDT
Jer Noble
Comment 2 2010-11-01 15:10:02 PDT
Jer Noble
Comment 3 2010-11-01 16:04:31 PDT
Brady Eidson
Comment 4 2010-11-01 17:05:52 PDT
Comment on attachment 72584 [details] Patch I like it. Twistedly.
Jer Noble
Comment 5 2010-11-02 10:23:15 PDT
Comment on attachment 72584 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=72584&action=review I'll land this patch with the change mentioned above. Thanks! > WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm:266 > + if (CFArrayGetCount(proxiesForURL) == 1) { Whoops, this should be an "else if". If CFNetworkCopyProxiesForURL returns NULL, this will crash.
Jer Noble
Comment 6 2010-11-15 11:39:33 PST
Note You need to log in before you can comment on or make changes to this bug.