Closed
Bug 514849
Opened 16 years ago
Closed 16 years ago
Windows .exe mime-type incorrect
Categories
(Websites Graveyard :: byob.mozilla.com, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: morgamic, Unassigned)
Details
Attachments
(1 file)
|
949 bytes,
patch
|
Details | Diff | Splinter Review |
http://www.grabup.com/uploads/9c2b8860418250949e6220d5b09aab73.png
When I try to download the windows exe, I get it sent to me as plain text.
Comment 1•16 years ago
|
||
Hmm, looks like the mime-type is set to application/x-msdownload. Not sure what it should be though.
Comment 2•16 years ago
|
||
should be application/octet-stream. fixing now.
Comment 3•16 years ago
|
||
just checked in r51152 with application/octet-stream in the download method, but I don't have a windows machine handy at the moment to verify
Comment 4•16 years ago
|
||
The application (possibly legacy code from XPI-buddy) overrides the server MIME type. As a result, byob2/application/controllers/repacks.php needs to be modified to ensure the correct MIME-type is sent to the client. Patch attached that changes the MIME type the application will send.
Comment 5•16 years ago
|
||
heh - beat me to it. testing now.
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•11 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•