[Webkit-unassigned] [Bug 150927] Inconsistencies in main resource load delegates when loading from history

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 11:07:49 PST 2015


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

--- Comment #20 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #18)
> Another thing that we discussed was that it sounds like an actual bug if SSL
> certificate is forgotten in UI process before the next loads commits (which
> was what prompted this investigation).

The actual problem is that we don't have a main resource when load is committed. It's not that the certificate is lost, it's that we use the response of the main resource to get the certificate info, and we say in our docs that when the load is committed is the moment to ask for the certificate. Because for a load to be committed we need to have a main resource load and response from the server. That's true in all the cases expect for history loads with page cache enabled.

-- 
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/20151112/f3b5bda3/attachment.html>


More information about the webkit-unassigned mailing list