Closed
Bug 1048670
Opened 11 years ago
Closed 11 years ago
URIError: malformed URI sequence
Categories
(Firefox Graveyard :: Shumway, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mbx, Assigned: tschneider)
Details
Parsing error in SWF.js of URI sequences. Here is a test case that exercises this problem: 6294555d9e395afca9b86c16733f31135856d59c0ff880b2af61f85b2869179d.swf
Here is sample JS code that does the same thing:
var s = String.fromCharCode.apply(null, [95,131,83,131,86,131,98,131,78]);
print(s);
var e = escape(s);
print(e);
print(decodeURIComponent(e));
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → schneider
| Assignee | ||
Comment 1•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•