Add FLV to mimetypes.properties
-------------------------------
Key: JCR-3150
URL: https://issues.apache.org/jira/browse/JCR-3150
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: jackrabbit-jcr-server
Affects Versions: 2.3, 2.2
Reporter: Mike Pfaff
Priority: Minor
Currently flash videos are stored with a mimetype of application/octet-stream
because the .flv extension is not recognized. This leads to subsequent
processes (e.g. video workflows, thumbnail extraction, etc.) ignoring these FLV
files completely. Could you thus add the following line to the
jackrabbit-jcr-server/src/main/resources/org/apache/jackrabbit/server/io/mimetypes.properties
file:
flv=video/x-flv
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira