Closed
Bug 281287
Opened 20 years ago
Closed 18 years ago
should use error page instead of Alert for NSS errors
Categories
(Core Graveyard :: Security: UI, enhancement, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chpe, Assigned: Biesinger)
References
()
Details
(Whiteboard: [kerh-ehz])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050106 Galeon/1.3.19 (Debian package 1.3.19-1ubuntu1) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050106 Galeon/1.3.19 (Debian package 1.3.19-1ubuntu1) (I hope I picked the right component, sorry if I erred.) When an attempt to load a page over https fails, mozilla should display an error page like for network errors (browser.xul.error_pages.enabled = true), instead of displaying a modal alert. Reproducible: Always Steps to Reproduce: 1. Go to about:config 2. Set security.enable_ssl2 to false 3. Try to load https://www.networksolutions.com/ 4. Continue with your regular browsing in another tab or window Actual Results: Displays an modal alert "You cannot connect to www.networksolutions.com because SSL version 2 is disabled.". Expected Results: Doesn't disturb your browsing, just displays an error page instead in the tab where you tried to load https://www.networksolutions.com/. The alerts are produced from http://lxr.mozilla.org/seamonkey/source/security/manager/ssl/src/nsNSSIOLayer.cpp#433
| Assignee | ||
Updated•20 years ago
|
Assignee: wtchang → cbiesinger
Status: UNCONFIRMED → NEW
Component: Libraries → Client Library
Ever confirmed: true
Product: NSS → PSM
| Assignee | ||
Updated•20 years ago
|
Priority: -- → P2
Updated•20 years ago
|
Whiteboard: DUPEME
| Assignee | ||
Updated•20 years ago
|
Summary: should use error page instead of Alert for error message which don't result in a page → should use error page instead of Alert for NSS errors
Whiteboard: DUPEME
Updated•19 years ago
|
Severity: normal → enhancement
Whiteboard: [kerh-ehz]
Comment 1•19 years ago
|
||
*** Bug 317039 has been marked as a duplicate of this bug. ***
Comment 2•18 years ago
|
||
I fixed this bug. See bug 107491.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•