[webkit-gtk] webkit_web_view_load_uri() redirect strips part of URL
David Hill
dhill at mindcry.org
Mon Jan 9 08:49:03 PST 2012
On Thu, Jan 05, 2012 at 12:24:25PM -0500, David Hill wrote:
:Hello -
:
:webkit_web_view_load_uri(webView,
: "http://www.twitter.com/#!/whatever");
:
:does not work. Twitter redirects to http://twitter.com/#!/whatever and
:webkit attempts to load http://twitter.com/.
:
:So, it seems webkit strips the # and everything beyond it on the
:redirect.
:
:Is it a bug in webkit or am I missing something?
:
:David
It is.
https://bugs.webkit.org/show_bug.cgi?id=24175
More information about the webkit-gtk
mailing list