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 2019/01/24 08:19:49 UTC

[Bug 63109] New: Change .xsl to text/xsl in mime.types

https://bz.apache.org/bugzilla/show_bug.cgi?id=63109

            Bug ID: 63109
           Summary: Change .xsl to text/xsl in mime.types
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: mod_mime
          Assignee: bugs@httpd.apache.org
          Reporter: hendy@soluvas.com
  Target Milestone: ---

According to at least WebKit browsers
(https://stackoverflow.com/a/8245664/122441): There are only 2 valid types for
stylesheets:

* text/css
* text/xsl

Currently mime.types maps .xsl to application/xml which in browsers gives a
warning: "Resource interpreted as document but transferred with MIME type
application/xml." (happens on Safari, Chrome; should happen with other browsers
like Opera, and upcoming Chromium-based Edge)

The proposal is to change .xsl to text/xsl.

Original proposal: https://github.com/jshttp/mime-db/issues/150

Related to bug 55963

-- 
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 63109] Change .xsl to text/xsl in mime.types

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

Hendy Irawan <he...@soluvas.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hendy@soluvas.com

-- 
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