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

[jira] Resolved: (TIKA-52) RereadableInputStream needs to support not closing the input stream it wraps.

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

Bertrand Delacretaz resolved TIKA-52.
-------------------------------------

    Resolution: Fixed

patch applied in revision 584054, thanks!

> RereadableInputStream needs to support not closing the input stream it wraps.
> -----------------------------------------------------------------------------
>
>                 Key: TIKA-52
>                 URL: https://issues.apache.org/jira/browse/TIKA-52
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>             Fix For: 0.1-incubator
>
>         Attachments: tika52.patch
>
>
> The MSParser currently uses the RereadableInputStream to reread a stream.  The Parser architecture requires that parser implementations do not close the stream, but instead leave that task to the parser's caller.  We need to add the ability to *not* close the stream to RereadableInputStream, and use that option in MSParser.

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