[
https://issues.apache.org/jira/browse/DROIDS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Frovarp updated DROIDS-80:
----------------------------------
Attachment: tika-multithread.patch
Should eliminate multi-threaded parsing problems.
> Tika module does not look to be thread safe.
> ---------------------------------------------
>
> Key: DROIDS-80
> URL: https://issues.apache.org/jira/browse/DROIDS-80
> Project: Droids
> Issue Type: Bug
> Components: tika
> Affects Versions: 0.01
> Reporter: Richard Frovarp
> Attachments: tika-multithread.patch
>
>
> TikaHtmlParser.parse is not thread safe. The parser and metadata are class
> variables and are reset upon every entry into the parse() function. These
> should be made into local variables.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.