Go to file
Doug Kelly 5fa42e8d93 Prevent wrong content type for CSS files
The mime-util library contains two content type mappings for .css
files: application/x-pointplus and text/css.  Unfortunately, using
the wrong one will result in most browsers discarding the file as
a CSS file.  Ensure we only use the correct type for CSS files.

This happens because MimeUtilFileTypeRegistry attempts to get all
MIME types from mime-util and then sort the result based on the
specificity of each type.  Since both types have no magic string,
only the ExtensionMimeDetector matches.

Change-Id: Idfe88dc823f191d9c9e0b9c9da3b5d2ec471f9db
2015-04-10 08:08:53 +00:00
2015-04-06 22:39:45 +09:00
2013-11-30 01:53:00 -08:00
2013-11-28 22:56:51 -08:00
2015-03-26 16:38:04 +01:00
2015-03-20 09:04:56 -04:00
2014-06-24 20:40:48 +00:00
2014-05-27 09:58:38 +09:00
2013-11-09 07:45:00 +01:00
2014-05-19 11:41:31 -07:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2015-03-26 16:38:04 +01:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB