[
https://issues.apache.org/jira/browse/TIKA-4339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17892812#comment-17892812
]
Tim Allison commented on TIKA-4339:
-----------------------------------
Thank you for opening this issue. A few questions...
Do we leave the other fonts as is? There are a bunch of other font types. What
do we do with those?
I see woff in the spec, but I don't think we handle that. As a separate issue,
should we add woff and woff2 detection?
Is this a breaking enough change that we should keep it only in the 4.x branch
and not make the change in the 3.x branch?
> Wrong mimetype for font
> -----------------------
>
> Key: TIKA-4339
> URL: https://issues.apache.org/jira/browse/TIKA-4339
> Project: Tika
> Issue Type: Bug
> Components: mime
> Reporter: Gustavo de Oliveira Silva
> Assignee: Tim Allison
> Priority: Minor
> Attachments: suggestion.diff
>
>
> The current font mimetype are `application/x-font-otf` and
> `application/x-font-ttf`
> They are this since 2009. But with RFC8081, IANA added the type `font/*` for
> fonts.
> IANA: [https://www.iana.org/assignments/media-types/media-types.xhtml#font]
> RFC8081: [https://www.rfc-editor.org/rfc/rfc8081.html]
>
> Almost only change `application/x-font-otf` to `font/otf` and
> `application/x-font-ttf` to `font/ttf`.
> The attached file is a suggestion
--
This message was sent by Atlassian Jira
(v8.20.10#820010)