Closed
Bug 80468
Opened 24 years ago
Closed 24 years ago
Lock icon never locks
Categories
(Core :: Networking: HTTP, defect, P1)
Core
Networking: HTTP
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: lord, Assigned: darin.moz)
References
Details
(Keywords: regression, smoketest)
Attachments
(2 files)
3.48 KB,
patch
|
Details | Diff | Splinter Review | |
4.14 KB,
patch
|
Details | Diff | Splinter Review |
Build: 05-11-06
OS: WinME
The lock icon does not lock when visiting SSL web sites.
Comment 3•24 years ago
|
||
Adding keywords.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: P2 → P1
Will this make it into mozilla milestone 0.9.1?
Thanks
Keywords: nsbeta1
Comment 5•24 years ago
|
||
This is currently the top bug on my list. It should make 0.9.1, but no ETA yet.
Comment 6•24 years ago
|
||
The new netwerk implementation of HTTPChannel does not implement
GetSecurityInfo. Reassigning.
Assignee: thayes → darin
Status: ASSIGNED → NEW
Component: Client Library → Networking: HTTP
Product: PSM → Browser
Target Milestone: 2.0 → mozilla0.9.1
Version: 2.0 → other
Assignee | ||
Comment 7•24 years ago
|
||
Comment 9•24 years ago
|
||
what if mSocketTransport is null in GetSecurityInfo()
Assignee | ||
Comment 10•24 years ago
|
||
I suppose it could be null if we failed to create a socket transport. On that
note, I should check mSocketTransport... patch coming.
Assignee | ||
Comment 11•24 years ago
|
||
Assignee | ||
Comment 12•24 years ago
|
||
fix checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 13•24 years ago
|
||
verified fixed on commercial builds:
windows 2001-05-22-06-trunk
linux 2001-05-22-05-trunk
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•