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