Closed
Bug 708372
Opened 14 years ago
Closed 14 years ago
Unicode error thrown when trying to upload an external code file
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect, P2)
addons.mozilla.org Graveyard
Add-on Builder
Tracking
(Not tracked)
RESOLVED
FIXED
Builder 1.0
People
(Reporter: dbuchner, Assigned: zalun)
Details
I tried to upload the file at "http://people.mozilla.com/~dbuchner/js/more-1.4.0.1.js" and received the following error message:
FORBIDDEN
Attachment failed to save properly
Unknown Unicode in file
| Reporter | ||
Updated•14 years ago
|
Summary: Unicode error thrown when trying to upload and external code file → Unicode error thrown when trying to upload an external code file
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → smcarthur
Priority: -- → P2
Target Milestone: --- → Builder 1.0
| Assignee | ||
Comment 1•14 years ago
|
||
There was a similar bug 699192, where the uploaded code was served with a content-type=utf-8, we can't treat every attachment as unicode because of bug 637929
Assignee: smcarthur → zaloon
| Assignee | ||
Comment 2•14 years ago
|
||
All editable attachments from external URLs are now forced to be unicode (we require it on save anyway)
https://github.com/mozilla/FlightDeck/pull/83
Status: NEW → ASSIGNED
| Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•