RESOLVED FIXED Bug 145969
[SOUP] Custom URI schemes don't work for requests containing a fragment identifier
https://bugs.webkit.org/show_bug.cgi?id=145969
Summary [SOUP] Custom URI schemes don't work for requests containing a fragment ident...
Carlos Garcia Campos
Reported 2015-06-15 03:46:05 PDT
For URIs like foo:bar#baz, what the custom protocol manager receives in the UI process is foo:bar, so the user can't handle fragments. Wrote a test case for GTK, see: /webkit2/WebKitWebContext/uri-scheme: ** ERROR:../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebContext.cpp:220:void testWebContextURIScheme(URISchemeTest*, gconstpointer): assertion failed (webkit_uri_scheme_request_get_uri(test->m_uriSchemeRequest.get()) == "echo:with#fragment"): ("echo:with" == "echo:with#fragment")
Attachments
Patch (8.70 KB, patch)
2015-06-15 08:44 PDT, Carlos Garcia Campos
svillar: review+
Carlos Garcia Campos
Comment 1 2015-06-15 08:44:54 PDT
Sergio Villar Senin
Comment 2 2015-06-15 09:33:25 PDT
Comment on attachment 254877 [details] Patch r=me
Carlos Garcia Campos
Comment 3 2015-06-15 09:37:10 PDT
Note You need to log in before you can comment on or make changes to this bug.