Page MenuHomePhabricator

(Celerity) Fix mimetype for JPEG files so IE will load them
ClosedPublic

Authored by hach-que on Apr 3 2014, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 30, 9:53 PM
Unknown Object (File)
Sun, Aug 25, 1:50 PM
Unknown Object (File)
Aug 11 2024, 5:45 AM
Unknown Object (File)
Jul 22 2024, 6:11 PM
Unknown Object (File)
Jul 22 2024, 4:04 PM
Unknown Object (File)
Jul 22 2024, 12:55 PM
Unknown Object (File)
Jul 22 2024, 12:54 PM
Unknown Object (File)
Jul 17 2024, 1:45 AM
Subscribers

Details

Summary

IE won't load background images in a page that are served with the mimetype "image/jpg" as it only recognises the "image/jpeg" mimetype.

Test Plan

Spent an hour or two going back and forth between Linux (to dev) and Windows (to test) to find the source of this issue, then flipped several tables at IE for being terrible.

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
Tests Passed

Event Timeline

hach-que retitled this revision from to (Celerity) Fix mimetype for JPEG files so IE will load them.
hach-que updated this object.
hach-que edited the test plan for this revision. (Show Details)
hach-que added a reviewer: epriestley.
epriestley edited edge metadata.

oh man

Thanks!

This revision is now accepted and ready to land.Apr 3 2014, 4:18 PM
epriestley updated this revision to Diff 20604.

Closed by commit rP3e6bfda0ca1a (authored by @hach-que, committed by @epriestley).