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

Reply via email to