[Webkit-unassigned] [Bug 143866] New: [SOUP] Redirect to non HTTP destination is broken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 17 01:51:35 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143866
Bug ID: 143866
Summary: [SOUP] Redirect to non HTTP destination is broken
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk, Soup
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: danw at gnome.org, svillar at igalia.com
This is because we are passing true unconditionally as isHTTPFamilyRequest parameter of createSoupRequestAndMessageForHandle in continueAfterWillSendRequest. I wrote a unit tests using a data URI to reproduce it:
$ bin/TestWebKitAPI/WebKit2Gtk/TestLoaderClient -p /webkit2/WebKitWebPage/redirect-to-data-uri
/webkit2/WebKitWebPage/redirect-to-data-uri:
(WebKitWebProcess:19126): GLib-GObject-WARNING **: invalid cast from 'SoupRequestData' to 'SoupRequestHTTP'
(WebKitWebProcess:19126): libsoup-CRITICAL **: soup_request_http_get_message: assertion 'SOUP_IS_REQUEST_HTTP (http)' failed
**
ERROR:../../Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebViewTest.cpp:292:void resourceGetDataCallback(GObject*, GAsyncResult*, gpointer): assertion failed: (data)
Abortado
--
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/20150417/7f1735fb/attachment.html>
More information about the webkit-unassigned
mailing list