Closed
Bug 170312
Opened 22 years ago
Closed 8 years ago
Crypto UI code should use nsITextToSubURI::unEscapeURIForUI()
Categories
(Core Graveyard :: Security: UI, defect, P2)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: KaiE, Unassigned)
Details
(Whiteboard: [kerh-coz])
Reporter | ||
Comment 1•22 years ago
|
||
At the time of the error message, we are still at the outer SSL layer, no HTTP
has yet started, therefore we don't have a clue what charset will be used by
that page.
I don't know yet how one can derive the charset that should be used in that case.
I don't understand yet, why it is required to know the charset to unescape an
URI. I'm a bit surprised that it depends on it, I would have expected, there is
a single URI escaping standard for all charsets.
Where can I learn more?
Comment 2•22 years ago
|
||
cc'ing nhotta...
kai: unfortunatley there are not well defined standards for intl URIs. when a
URL contains an escaped non-ASCII char, you have to decide what to do with it.
is it a raw binary byte? is it a character belonging to iso-latin-1? or is it
perhaps belonging to some other charset? you see, in order to display a
non-ASCII URL char, you have to know how to interpret it. unfortunately, we get
little help from the standards here.
Comment 3•22 years ago
|
||
"intl.charset.default" can be used as a default if no other information is
available. Or no unescape is also an option.
How the unescaped string is used? Is that used as a static text like status bar
or is it editable like url bar?
Comment 4•22 years ago
|
||
kai
Can we get specific examples of domain names that contain escaped non-ascii
characters?
Can someone point us to the RFC regarding what's an accepted domain name?
Assignee: ssaux → kaie
Priority: -- → P2
Target Milestone: --- → 2.4
Reporter | ||
Updated•19 years ago
|
Whiteboard: [kerh-coz]
Reporter | ||
Comment 5•18 years ago
|
||
changing obsolete psm* target to --- (unspecified)
Target Milestone: psm2.4 → ---
Updated•18 years ago
|
QA Contact: junruh → ui
Reporter | ||
Comment 6•12 years ago
|
||
reassign bug owner.
mass-update-kaie-20120918
Assignee: kaie → nobody
I don't think we're doing this with any URLs in PSM any longer.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Assignee | ||
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
•