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

Chris A. Mattmann resolved TIKA-17.
-----------------------------------

    Resolution: Fixed

1. Fixes issues with patch format (includes "Index:" above each file change)
2. removes MimeTypeUtils class (rendered obselete via the combination of TIKA-6 
and TIKA-17, this patch) and associated unit tests (rendered obsolete since 
TIKA-6: unit tests were replicated in org.apache.tika.mime.TestMimeUtils)
3. Added Apache license header on ParseUtils
4. Added ParseUtils class as a wrapper interface allowing external users to 
call Parsers via Files, URLs, etc.
5. Moved core Tika ParserFactory to only have to deal with InputStreams

> Need to support URL's for input resources.
> ------------------------------------------
>
>                 Key: TIKA-17
>                 URL: https://issues.apache.org/jira/browse/TIKA-17
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>            Assignee: Chris A. Mattmann
>             Fix For: 0.1-incubator
>
>         Attachments: tika-17-2.patch, TIKA-17.Mattmann.092307.patch.txt, 
> tika-17.patch, tika-17.patch
>
>
> It would be extremely helpful to support URL's instead of just File's for 
> input resources.  This would enable us to use class loaders to find 
> resources, and in general support resources that are not available via the 
> filesystem.
> Patch coming...

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

Reply via email to