[
https://issues.apache.org/jira/browse/THRIFT-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer updated THRIFT-3153:
-------------------------------
Description:
The Apache Feather logo looks broken in IE, but is shown correctly at the
staging site.
Link to check: https://thrift.apache.org/static/images/favicon.ico
A possible reason is the MIME type which the web server delivers to the
browser. The staging site delivers the favicon.ico as {{image/x-icon}}, but on
the public website as {{image/vnd.microsoft.icon}}. Ironically, the latter
seems not to be understand by IE, as [this SO posting seems to
confirm|http://stackoverflow.com/a/28300054/499466].
Conclusion: Change the MIME type to {{image/x-icon}} to the match staging site.
was:
The Apache Feather logo looks broken in IE, but is shown correctly at the
staging site.
Link to check: https://thrift.apache.org/static/images/favicon.ico
A possible reason is the MIME type which the web server delivers to the
browser. The staging site delivers the favicon.ico as {{image/x-icon}}, but on
the public website as {{image/vnd.microsoft.icon}}. Ironically, the latter
seems not to be understand by IE, as [this SO posting
confirms|http://stackoverflow.com/questions/13827325/correct-mime-type-for-favicon-ico].
Conclusion: Change the MIME type to {{image/x-icon}} to the match staging site.
> Feather logo not shown in IE (but on staging site)
> --------------------------------------------------
>
> Key: THRIFT-3153
> URL: https://issues.apache.org/jira/browse/THRIFT-3153
> Project: Thrift
> Issue Type: Bug
> Components: Website
> Environment: IE 11 on Windows 8.1
> Reporter: Jens Geyer
>
> The Apache Feather logo looks broken in IE, but is shown correctly at the
> staging site.
> Link to check: https://thrift.apache.org/static/images/favicon.ico
> A possible reason is the MIME type which the web server delivers to the
> browser. The staging site delivers the favicon.ico as {{image/x-icon}}, but
> on the public website as {{image/vnd.microsoft.icon}}. Ironically, the latter
> seems not to be understand by IE, as [this SO posting seems to
> confirm|http://stackoverflow.com/a/28300054/499466].
> Conclusion: Change the MIME type to {{image/x-icon}} to the match staging
> site.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)