Closed
Bug 331749
Opened 19 years ago
Closed 19 years ago
chrome://pippki/content/newserver.js is not UTF-8
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8.1alpha2
People
(Reporter: glandium, Assigned: bugzilla)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
3.29 KB,
text/plain; charset=utf-8
|
KaiE
:
review+
KaiE
:
approval-branch-1.8.1+
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.8.0.1) Gecko/20060313 Debian/1.5.dfsg+1.5.0.1-4 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.8.0.1) Gecko/20060313 Debian/1.5.dfsg+1.5.0.1-4 Firefox/1.5.0.1
Per nsScriptLoader::ConvertToUTF16, when loaded by chrome://pippki/content/newserver.xul, newserver.js inherits the charset from the document, in which, not being specified, the charset is utf-8.
But the newserver.js file is ISO-8859-1 because of Håkan Waara's name.
Because of bug #331748, this breaks the "Website Certified by an Unknown Authority" dialog
Reproducible: Always
Updated•19 years ago
|
Assignee: nobody → kengert
Component: General → Security: UI
Product: Firefox → Core
QA Contact: general
Version: unspecified → Trunk
Assignee | ||
Comment 1•19 years ago
|
||
Don't know why this is marked as a Linux-specific bug, but still.
Can you attach a replacement file which _is_ UTF-8?
Reporter | ||
Comment 2•19 years ago
|
||
can't you run iconv by yourself ?
Updated•19 years ago
|
OS: Linux → All
Hardware: PC → All
Assignee | ||
Comment 3•19 years ago
|
||
My apologies. UTF-8 version attached.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 4•19 years ago
|
||
Assignee | ||
Updated•19 years ago
|
Attachment #216419 -
Flags: review? → review?(kengert)
Updated•19 years ago
|
Attachment #216419 -
Flags: review?(kengert)
Attachment #216419 -
Flags: review+
Attachment #216419 -
Flags: approval-branch-1.8.1+
Updated•19 years ago
|
Attachment #216419 -
Attachment mime type: application/x-javascript → text/plain
Updated•19 years ago
|
Attachment #216419 -
Attachment mime type: text/plain → text/plain; charset=utf-8
Assignee | ||
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 5•19 years ago
|
||
mozilla/security/manager/pki/resources/content/newserver.js 1.20.18.1
mozilla/security/manager/pki/resources/content/newserver.js 1.21
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → mozilla1.8.1alpha2
Version: Trunk → 1.8 Branch
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
•