[jira] [Issue Comment Deleted] (TIKA-2962) Tika在识别以caff开头的txt类型文档时,会错误地把它识别为 audio/x-caf 音频文件

2019-10-17 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated TIKA-2962:
--
Comment: was deleted

(was: !image-2019-10-17-18-01-40-322.png!)

> 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)


[jira] [Issue Comment Deleted] (TIKA-2962) Tika在识别以caff开头的txt类型文档时,会错误地把它识别为 audio/x-caf 音频文件

2019-10-17 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated TIKA-2962:
--
Comment: was deleted

(was: I loged in with my Apache user/psw. Yes please open a ticket. Here are 
the memberships I have on JIRA:
h3. Groups
 * committers
 * confluence-users
 * fisheye-users
 * hudson-jobadmin
 * jira-users
 * pdfbox
 * pdfbox-pmc
 * tika
 * tika-pmc

and this is the "More" menu here:

!image-2019-10-17-18-00-11-135.png!

 

 

 )

> 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)


[jira] [Issue Comment Deleted] (TIKA-2962) Tika在识别以caff开头的txt类型文档时,会错误地把它识别为 audio/x-caf 音频文件

2019-10-17 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated TIKA-2962:
--
Comment: was deleted

(was: [~Mr_Jiang] you closed it as "fixed", but it should be closed as 
"duplicate" => please click "reopen issue", then close as "duplicate".)

> 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)


[jira] [Issue Comment Deleted] (TIKA-2962) Tika在识别以caff开头的txt类型文档时,会错误地把它识别为 audio/x-caf 音频文件

2019-10-17 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated TIKA-2962:
--
Comment: was deleted

(was: Oh, I can't add files.)

> 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)


[jira] [Issue Comment Deleted] (TIKA-2962) Tika在识别以caff开头的txt类型文档时,会错误地把它识别为 audio/x-caf 音频文件

2019-10-17 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated TIKA-2962:
--
Comment: was deleted

(was: [~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)


[jira] [Issue Comment Deleted] (TIKA-2962) Tika在识别以caff开头的txt类型文档时,会错误地把它识别为 audio/x-caf 音频文件

2019-10-17 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated TIKA-2962:
--
Comment: was deleted

(was: "Yes, the network was disconnected once I sent the question, and I sent 
it again later, sorry."
==> [~tallison] please close (I can't))

> 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)