Closed
Bug 1019930
Opened 10 years ago
Closed 6 years ago
Invalid punycode in the debugger
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: max, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4
Steps to reproduce:
- open this url : http://xn--iphignie-f1a.com/baliseGPS.html
- the url field correctly displays IDN format http://iphigénie.com/baliseGPS.html
- open the Tools -> development -> debugger window
Actual results:
- on the left column where scripts are listed, the base url is incorrectly listed as xn--iphignie-yka39c.com
- this is an invalid punycode corresponding to the IDN in a non UTF8 charset.
Moreover, if one reload the page while the debugger is open, the left pane lists the html file name while the content view displays an error since it tried to load the file from the invalid IDN resulting from the invalid punycode.
Expected results:
The correct puny code should be used everywhere relevant.
Status: UNCONFIRMED → NEW
Component: Untriaged → Developer Tools: Debugger
Ever confirmed: true
OS: Mac OS X → All
Hardware: x86 → All
Updated•10 years ago
|
Summary: (IDN) Invalid punycode in debugger window → Invalid punycode in the debugger
Comment hidden (typo) |
Comment hidden (typo) |
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 3•6 years ago
|
||
This is no longer an issue in the new debugger.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•