[Webkit-unassigned] [Bug 137302] location.href is not updated on a redirect with a custom protocol

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 8 07:08:01 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137302





--- Comment #2 from Daniel <danielo at opera.com>  2014-10-08 07:07:57 PST ---
If I understand it right the reason for this is that WKCustomProtocolLoader doesn't forward a redirect event back to the web process. When a redirect happens, "connection:willSendRequest:redirectResponse:" method is called, which should send a message about the redirect to the web process so that it propagates to an URL change.

See:
https://github.com/WebKit/webkit/blob/master/Source/WebKit2/UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm#L112

I'm going to make a patch for this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list