[Webkit-unassigned] [Bug 167583] New: [GTK] HTTP authentication is not implemented for downloads
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 30 05:20:49 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167583
Bug ID: 167583
Summary: [GTK] HTTP authentication is not implemented for
downloads
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org
When a normal load is converted to a download, the HTTP authentication happens before the load is converted, and the download startes already authenticated. However, downloads started by DownloadManager::startDownload use the DownloadClient API to do the authentication. We don't implement didReceiveAuthenticationChallenge() in our download client, what makes the load to be cancelled and then fail silently. We should probably add API to handle downloads authentication, but we can also forward the authentication to the web view for downloads havign a web view associated. That would cover most of the cases, like downloading from the context menu.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170130/60d09d26/attachment.html>
More information about the webkit-unassigned
mailing list