Closed
Bug 284636
Opened 20 years ago
Closed 19 years ago
Typo in Website Certified by an Unknown Authority alert
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ptrourke, Assigned: stephend)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.09 KB,
patch
|
KaiE
:
review+
bzbarsky
:
superreview+
KaiE
:
approval-branch-1.8.1-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20050104 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20050104 Firefox/1.0+ Paragraph above "Examine Certificate" button on "Website Certified by an Unknown Authority" alert has repeated word "to". Reproducible: Always Steps to Reproduce: 1. Navigate via https protocol to a site with a self-signed certificate. 2. The "Website Certified by an Unknown Authority" alert should appear. 3. Read the paragraph before the "Examine Certificate" button. The fourth and fifth words in the second (and last) sentence of that paragraph are repetitive. Actual Results: Paragraph above "Examine Certificate" button reads: "Before accepting this certificate, you should examine this site's certificate carefully. Are you willing to to accept this certificate for the purpose of identifying the Web site www.xyz.com?" TO TO ACCEPT Expected Results: Paragraph above "Examine Certificate" button should read: "Before accepting this certificate, you should examine this site's certificate carefully. Are you willing to accept this certificate for the purpose of identifying the Web site www.xyz.com?" TO ACCEPT
Comment 1•20 years ago
|
||
Hmm, this is in http://lxr.mozilla.org/seamonkey/source/security/manager/pki/resources/locale/en-US/newserver.properties#43 The text must have been copied from http://lxr.mozilla.org/seamonkey/source/security/manager/ssl/public/nsIBadCertListener.idl#85 for almost 2,5 years ago, since the error is there as well...
Assignee: firefox → kaie
Component: General → Client Library
Product: Firefox → PSM
QA Contact: general
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
patch for mozilla code. http://lxr.mozilla.org/mozilla/source/security/manager/ssl/public/nsIBadCertListener.idl For some reason I can't download for seakmonkey and security code so I can update this file there. http://lxr.mozilla.org/security/source/security/manager/ssl/public/nsIBadCertListener.idl http://lxr.mozilla.org/seamonkey/source/security/manager/ssl/public/nsIBadCertListener.idl
Attachment #194064 -
Flags: review?(mconnor)
Comment 3•19 years ago
|
||
What about this: http://lxr.mozilla.org/seamonkey/source/security/manager/locales/en-US/chrome/pippki/newserver.properties#43 As for review, not sure but it might be better to try kai.
Comment on attachment 194064 [details] [diff] [review] patch stefan h: for somereason i can only checkout mozilla/ and not from seakmonkey/ security/ mailnews/ etc... that howcome i didnt make a patch for the other places this typo shows up
Attachment #194064 -
Flags: review?(mconnor) → review?(kaie.bugs)
| Assignee | ||
Comment 5•19 years ago
|
||
*** Bug 307068 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 6•19 years ago
|
||
Assignee: kaie.bugs → stephen.donner
Attachment #194064 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #194873 -
Flags: superreview?(bzbarsky)
Attachment #194873 -
Flags: review?(kaie.bugs)
| Assignee | ||
Updated•19 years ago
|
Attachment #194064 -
Attachment is obsolete: false
Updated•19 years ago
|
Attachment #194873 -
Flags: superreview?(bzbarsky) → superreview+
Updated•19 years ago
|
Attachment #194064 -
Flags: review?(kaie.bugs) → review+
Updated•19 years ago
|
Attachment #194873 -
Flags: review?(kaie.bugs) → review+
Comment 7•19 years ago
|
||
Comment on attachment 194064 [details] [diff] [review] patch r=kaie
Comment on attachment 194064 [details] [diff] [review] patch no risk
Attachment #194064 -
Flags: approval1.8b5?
| Assignee | ||
Comment 9•19 years ago
|
||
Comment on attachment 194064 [details] [diff] [review] patch This is superceded by my later patch.
Attachment #194064 -
Attachment is obsolete: true
Attachment #194064 -
Flags: review+
Attachment #194064 -
Flags: approval1.8b5?
Attachment #194873 -
Attachment description: Patch → Patch (checked in)
| Assignee | ||
Comment 10•19 years ago
|
||
Fixes landed by Chris Thomas at 2005-09-18 17:05 PDT. Thanks to Kurt for the original patch!
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 11•19 years ago
|
||
*** Bug 317592 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Attachment #194873 -
Flags: branch-1.8.1+
Comment 12•19 years ago
|
||
Comment on attachment 194873 [details] [diff] [review] Patch (checked in) Actually, not appropriate for 1.8 branch, as it changes an IDL file.
Attachment #194873 -
Flags: branch-1.8.1+ → branch-1.8.1-
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
•