You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2015/05/15 11:53: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=14545236#comment-14545236 ] 

Jens Geyer commented on THRIFT-3153:
------------------------------------

[~jfarrell], is that an INFRA issue too?

> 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 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.3.4#6332)