You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Keith R. Bennett (JIRA)" <ji...@apache.org> on 2007/09/22 17:38:50 UTC

[jira] Created: (TIKA-24) Parser and ParserFactory should work with resources' InputStreams but not their Files, URLs, or Strings.

Parser and ParserFactory should work with resources' InputStreams but not their Files, URLs, or Strings.
--------------------------------------------------------------------------------------------------------

                 Key: TIKA-24
                 URL: https://issues.apache.org/jira/browse/TIKA-24
             Project: Tika
          Issue Type: Improvement
          Components: general
    Affects Versions: 0.1-incubator
            Reporter: Keith R. Bennett
            Priority: Minor
             Fix For: 0.1-incubator


To simplify the parser code, we want to move any code relating to resources as Files, URLs, and Strings outside to code in other areas.


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


[jira] Closed: (TIKA-24) Parser and ParserFactory should work with resources' InputStreams but not their Files, URLs, or Strings.

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann closed TIKA-24.
---------------------------------

    Resolution: Fixed

Issue addressed in patch for TIKA-17

> Parser and ParserFactory should work with resources' InputStreams but not their Files, URLs, or Strings.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TIKA-24
>                 URL: https://issues.apache.org/jira/browse/TIKA-24
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>            Priority: Minor
>             Fix For: 0.1-incubator
>
>
> To simplify the parser code, we want to move any code relating to resources as Files, URLs, and Strings outside to code in other areas.

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


[jira] Commented: (TIKA-24) Parser and ParserFactory should work with resources' InputStreams but not their Files, URLs, or Strings.

Posted by "Keith R. Bennett (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529677 ] 

Keith R. Bennett commented on TIKA-24:
--------------------------------------

A patch addressing this issue has been attached to issue #17.  That patch addresses issues #17, #20, and #24.


> Parser and ParserFactory should work with resources' InputStreams but not their Files, URLs, or Strings.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TIKA-24
>                 URL: https://issues.apache.org/jira/browse/TIKA-24
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>            Priority: Minor
>             Fix For: 0.1-incubator
>
>
> To simplify the parser code, we want to move any code relating to resources as Files, URLs, and Strings outside to code in other areas.

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