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

Nick Burch commented on TIKA-1538:
----------------------------------

It's possible that it could still be a bug. Are you able to produce a small 
junit unit test, showing how you load the file and detect it in Java, which 
still demonstrates the issue?

> Wrong mimetype detection
> ------------------------
>
>                 Key: TIKA-1538
>                 URL: https://issues.apache.org/jira/browse/TIKA-1538
>             Project: Tika
>          Issue Type: Bug
>    Affects Versions: 1.7
>            Reporter: Miguel
>         Attachments: Product345037-000.jpg
>
>
> [SCENARIO]
> - Working on a "supposed to be a valid JPEG file" (the file is attached to 
> this issue report), which is correctly detected and treated by a browser, 
> etc. (Detection works well for almost all other checked images).
> - Using tika-app-1.7.jar
> - Java code snippet:
> Tika tikaObject = new Tika();
> ...
> // image is a byte[] containing the JPEG file
> String contentTypeTika = tikaObject.detect( image );
> [RESULT]
> detected mimetype is "application/gzip" ("application/x-gzip" if using 
> tika-app-1.4.jar or tika-app-1.5.jar)
> [EXPECTED]
> "image/jpeg"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to