You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Rishi Verma (JIRA)" <ji...@apache.org> on 2013/06/19 02:44:23 UTC

[jira] [Created] (OODT-631) Upgrade use of deprecated method getMimeType(URL) across OODT components

Rishi Verma created OODT-631:
--------------------------------

             Summary: Upgrade use of deprecated method getMimeType(URL) across OODT components
                 Key: OODT-631
                 URL: https://issues.apache.org/jira/browse/OODT-631
             Project: OODT
          Issue Type: Sub-task
          Components: file manager, metadata container
    Affects Versions: 0.6
            Reporter: Rishi Verma
            Assignee: Rishi Verma
             Fix For: 0.7


Upgrade use of deprecated method getMimeType(URL) across OODT components.

Replace with Tika.detect(URL.getPath()) and getRegisteredMimeType(String) combination.

* filemgr/src/main/java/org/apache/oodt/cas/filemgr/datatransfer/LocalDataTransferer.java
* filemgr/src/main/java/org/apache/oodt/cas/filemgr/structs/Reference.java
* metadata/src/main/java/org/apache/oodt/cas/metadata/util/MimeTypeUtils.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira