Closed
Bug 1235142
Opened 9 years ago
Closed 7 years ago
IDN in source URLs breaks source fetching
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dim0xff, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [btpp-fix-later])
Attachments
(1 file)
140.43 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20151216131022
Steps to reproduce:
1. Open some site with international domain (eg. http://xn--j1ail.xn--p1ai/)
2. Press F12 and open Debugger tab
3. Try to select some js file in Sources (eg. js.js)
Actual results:
In right window I get error:
Error loading this URL: http://кÑо.ÑÑ/js.js
Expected results:
Source of js.js should be showed
Temporary it could be fixed via set network.IDN_show_punycode to FALSE in about:config
(In reply to dim0xff from comment #1)
> Temporary it could be fixed via set network.IDN_show_punycode to FALSE in
> about:config
Sorry, to TRUE
Comment hidden (obsolete) |
Comment 4•9 years ago
|
||
Duplicate https://bugzilla.mozilla.org/show_bug.cgi?id=342605
I can confirm that setting network.IDN_show_punycode to FALSE solves the issue.
Status: UNCONFIRMED → NEW
Depends on: 987069
Ever confirmed: true
Priority: -- → P2
Summary: IDN in debugger → IDN in source URLs breaks source fetching
Whiteboard: [DUPEME] → [btpp-fix-later]
Updated•7 years ago
|
Blocks: source-maps
Comment 5•7 years ago
|
||
This works for me now. I tried both settings of network.IDN_show_punycode.
I believe it was fixed by bug 1380617.
Marking it as fixed, please comment or reopen if that's in error. Thank you for the report.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•