You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/10/01 09:35:50 UTC

[jira] Resolved: (TIKA-37) After first stream is parsed, Parser never replaces content on subsequent streams.

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

Jukka Zitting resolved TIKA-37.
-------------------------------

    Resolution: Duplicate
      Assignee: Jukka Zitting

Resolving as a Duplicate of TIKA-33, as the effect is the same even though TIKA-33 goes a bit further by passing the input stream as a parameter to the parse method.

> After first stream is parsed, Parser never replaces content on subsequent streams.
> ----------------------------------------------------------------------------------
>
>                 Key: TIKA-37
>                 URL: https://issues.apache.org/jira/browse/TIKA-37
>             Project: Tika
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>            Assignee: Jukka Zitting
>             Fix For: 0.1-incubator
>
>         Attachments: tika37.patch
>
>
> After the first stream is parsed by a parser, the 'parsed' member boolean is set to true.  From then on, that boolean is never reset and no further parsing is ever done, even when setInputStream() is called with a different stream.

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