You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Dan Klco (Jira)" <ji...@apache.org> on 2022/10/25 17:46:00 UTC

[jira] [Created] (SLING-11651) Some EPS MimeTypes not Resolvable to Extension

Dan Klco created SLING-11651:
--------------------------------

             Summary: Some EPS MimeTypes not Resolvable to Extension
                 Key: SLING-11651
                 URL: https://issues.apache.org/jira/browse/SLING-11651
             Project: Sling
          Issue Type: Bug
    Affects Versions: Commons MIME 2.2.2
            Reporter: Dan Klco
            Assignee: Dan Klco
             Fix For: Commons MIME 2.2.4


Certain systems (such as Adobe's Dynamic Media) produce EPS documents with the mimetype: image/x-eps which is not in the Common MIME's list of supported mime types:
[https://github.com/apache/sling-org-apache-sling-commons-mime/tree/master/src/main/resources/META-INF]

 

Thus, when attempting to retrieve the extension for a resource with the mime type image/x-eps, null is returned instead of the expected extension.

We should update Commons MIME to support all common mime type variants for EPS files:

https://en.wikipedia.org/wiki/Encapsulated_PostScript



--
This message was sent by Atlassian Jira
(v8.20.10#820010)