Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 298437

Summary: provide svg mime-type for svg , svgz
Product: Gentoo Linux Reporter: genbug
Component: [OLD] ServerAssignee: Christian Hoffmann (RETIRED) <hoffie>
Status: RESOLVED FIXED    
Severity: normal CC: www-servers+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description genbug 2009-12-26 14:31:29 UTC
gentoo does not have a mimetype for svg or svgz in /etc/lighttpd/mime-types.conf

this seems to be an omission since it is in /etc/mime.types

This causes browsers not to correctly display svg content and requires manual addition to lighttpd.


Reproducible: Always

Steps to Reproduce:
1. grep svg  /etc/lighttpd/mime-types.conf
2. grep -i  svg /etc/mime.types 
3.

Actual Results:  
1: zilch

2: image/svg+xml                           svg svgz


Expected Results:  
grep svg  /etc/lighttpd/mime-types.conf
  ".svg"          =>      "image/svg+xml",
  ".svgz"          =>      "image/svg+xml"
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-03-14 21:45:58 UTC
i added these types. thanks for the report. we really need a way to map /etc/mime.types to lighttpds config file...