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 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.