You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/07/22 21:39:43 UTC

[Bug 55293] New: Incorrect default MIME type for .woff fonts

https://issues.apache.org/bugzilla/show_bug.cgi?id=55293

            Bug ID: 55293
           Summary: Incorrect default MIME type for .woff fonts
           Product: Apache httpd-2
           Version: 2.4.4
          Hardware: Macintosh
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_mime
          Assignee: bugs@httpd.apache.org
          Reporter: benharold@mac.com

On line 1057 of the mime.types file, the mime type for a woff font is defined
as application/x-font-woff. According to the W3C recommendation
(http://www.w3.org/TR/WOFF/#appendix-b) the correct mime type for that type of
file is application/font-woff. Loading this type of file will lead to the
following console output in Google Chrome 28.0.1500.71: "Resource interpreted
as Font but transferred with MIME type application/x-font-woff".

A quick hack to fix this is to add "AddType application/font-woff .woff"
somewhere in the Apache configuration, but the default value really should be
changed to the correct value.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55293] Incorrect default MIME type for .woff fonts

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55293

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
                 OS|                            |All

--- Comment #1 from Stefan Fritsch <sf...@sfritsch.de> ---
trunk fix: r1506674

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org