Bug 1572918 - The default mime map not contain .svg
Summary: The default mime map not contain .svg
Keywords:
Status: CLOSED EOL
Alias: None
Product: ovirt-live
Classification: Retired
Component: CentOS
Version: 4.0.1
Hardware: All
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Lev Veyde
QA Contact: Pavel Stehlik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-28 17:59 UTC by colinzhou
Modified: 2018-04-29 07:43 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-29 07:43:47 UTC
oVirt Team: Integration
Embargoed:


Attachments (Terms of Use)

Description colinzhou 2018-04-28 17:59:34 UTC
Description of problem:

the default mime not support .svg

Version-Release number of selected component (if applicable):
cat /proc/version
Linux version 3.10.0-327.el7.x86_64 (builder.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Thu Nov 19 22:10:57 UTC 2015

How reproducible:

Steps to Reproduce:
$python
>import mimetypes
>mimetypes.init()
>mimetypes.types_map['.svg']

Actual results:
KeyError: '.svg'

Expected results:
image/svg+xml

Additional info:
it should install mailcap by default

Comment 1 Sandro Bonazzola 2018-04-29 07:43:47 UTC
oVirt Live has been deprecated in oVirt 4.1 and is not shipped anymore in oVirt 4.2.  Please use oVirt Orb instead. See https://ovirt.org/documentation/ovirt-orb/


Note You need to log in before you can comment on or make changes to this bug.