012 at 3:38 PM, Marc-Daniel Ortega
> wrote:
> > Caused by: org.apache.tika.sax.SecureContentHandler$SecureSAXException:
> > Suspected zip bomb: 100 levels of XML element nesting
>
> This could be caused by BoilerPipe not closing elements properly.
>
> The BoilerPipeContentHa
Hi
I am trying to create a very simple boiler pipe parser for Tika
The scala class is
class BoilerPipeParser(val extractor: BoilerpipeExtractor) extends
HtmlParser {
def this() = this(DefaultExtractor.INSTANCE)
override def parse(stream: InputStream, handler: ContentHandler,
metadata: Met