You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2017/10/19 17:27:00 UTC

[jira] [Commented] (THRIFT-3153) Feather logo not shown in IE (but on staging site)

    [ https://issues.apache.org/jira/browse/THRIFT-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211389#comment-16211389 ] 

James E. King, III commented on THRIFT-3153:
--------------------------------------------

I cannot tell a difference with iexplore.exe or edge on Windows 10 between staging and live.  Is this still an issue?

> 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
>         Attachments: problem.png
>
>
> The Apache Feather logo looks broken in IE when looking at the public web site, but is shown correctly at the staging site. 
> Links to check: 
>  * https://thrift.apache.org/static/images/favicon.ico
>  * http://thrift.staging.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 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:* 
> We should change the MIME type to {{image/x-icon}} to match the staging site.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)