Re: Zip bomb with BoilepipeContentHandler

2012-07-30 Thread Marc-Daniel Ortega
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

Zip bomb with BoilepipeContentHandler

2012-07-27 Thread Marc-Daniel Ortega
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