[ https://issues.apache.org/jira/browse/JCR-3150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155757#comment-13155757
]
angela commented on JCR-3150:
-----------------------------
please note that there is no "the Sling webdav" implementation but it's in fact is just a
thin wrapper around the one exposed by
jackrabbit. regarding the mime type mapping: afaik this has been addressed with SLING-1059
> 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.2, 2.3
> 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
|