[
https://issues.apache.org/jira/browse/TIKA-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364072#comment-14364072
]
Nick Burch commented on TIKA-1141:
----------------------------------
Maybe we should split this into two, one with the current high priority for
just a match in the first few hundred bytes, then another with a lower priority
for the remaining few hundred kb?
We might also want to look at adding some low priority patterns for common
"start of javascript"
> javascript files that contain "<html" are detected as text/html
> ---------------------------------------------------------------
>
> Key: TIKA-1141
> URL: https://issues.apache.org/jira/browse/TIKA-1141
> Project: Tika
> Issue Type: Bug
> Components: mime
> Affects Versions: 1.2
> Reporter: David Hara
> Priority: Minor
>
> The Mimetypes detector will return text/html as the mimetype for any
> javascript file that contains the string "<html" in it. I believe this is due
> to the rule <match value="<html" type="string" offset="0:8192"/> in the
> tika-mimetypes.xml file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)