[ 
https://issues.apache.org/jira/browse/TIKA-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953641#comment-16953641
 ] 

Tim Allison commented on TIKA-2962:
-----------------------------------

[~tilman], are you logged in with your Apache credentials via LDAP?  You 
_should_ have permissions to close issues.  If not, I can open a ticket with 
INFRA or you can.

> Tika在识别以caff开头的txt类型文档时,会错误地把它识别为 audio/x-caf 音频文件
> --------------------------------------------------
>
>                 Key: TIKA-2962
>                 URL: https://issues.apache.org/jira/browse/TIKA-2962
>             Project: Tika
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.20
>            Reporter: Feng Jiao Jiang
>            Priority: Critical
>         Attachments: 1.txt
>
>
> public String getFileType(File file) {
>         String fileType = "";
>         try {
>             Tika tika = new Tika();
>             fileType = tika.detect(file);
>         } catch (Exception e) {
>             e.printStackTrace();
>         }
>         return fileType;
>     }
> 以上代码在识别以caff开头的txt类型文档时,会错误地把它识别为 audio/x-caf 音频文件



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to