You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/09/15 11:37:32 UTC

[jira] Resolved: (TIKA-14) MimeTypeUtils.getMimeType() returns the default mime type for .odt (Open Office) files.

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

Bertrand Delacretaz resolved TIKA-14.
-------------------------------------

    Resolution: Fixed

Applied this last patch in revision 575896, and expanded MimeTypesUtilsTest as suggested.

Thanks for your contributions!

> MimeTypeUtils.getMimeType() returns the default mime type for .odt (Open Office) files.
> ---------------------------------------------------------------------------------------
>
>                 Key: TIKA-14
>                 URL: https://issues.apache.org/jira/browse/TIKA-14
>             Project: Tika
>          Issue Type: New Feature
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>             Fix For: 0.1-incubator
>
>         Attachments: tika-14.patch
>
>
> MimeTypeUtils.getMimeType() returns the default mime type for .odt (Open Office) files.
> Because of this, it is not possible to parse OpenOffice files at this time.  I did some brief research, and could not find a mime type for Open Office files.  There was a comment that the mime type associated with these files is application/zip, since Open Office document files are zipped files.  That, of course, will not help us, since it would not be reasonable for us to assume that all zip files have Open Office content.
> It is possible that there is now a mime type for Open Office documents, and I just could not find it.  (I hope so.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.