WebView.securityStatus.certificate isn't cleared when navigating away from a https URL

Bug #1367446 reported by Chris Coulson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Oxide
Fix Released
Medium
Chris Coulson
1.2
Fix Released
Medium
Chris Coulson

Bug Description

I found this when writing the unit test for this API. It's fixed by http://bazaar.launchpad.net/~oxide-developers/oxide/oxide.trunk/revision/725, in particular:

--- shared/browser/oxide_security_status.cc 2014-08-27 07:38:17 +0000
+++ shared/browser/oxide_security_status.cc 2014-09-09 20:48:07 +0000
@@ -147,6 +147,7 @@
 SecurityStatus::~SecurityStatus() {}

 void SecurityStatus::Update(const content::SSLStatus& ssl_status) {
+ cert_ = NULL;
   content::CertStore::GetInstance()->RetrieveCert(ssl_status.cert_id,
                                                   &cert_);

Changed in oxide:
milestone: none → branch-1.3
importance: Undecided → Medium
status: New → Fix Released
assignee: nobody → Chris Coulson (chrisccoulson)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.