asepaprianto / crawler4j

Automatically exported from code.google.com/p/crawler4j
0 stars 0 forks source link

Parsing a binary content shouldn't throw a general parsing error #289

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Scenario:
1. Configure not to parse binary content
2. Crawl a site containing binary content

What happens?
A general parsing error is thrown

Expected result
A specific log should be shown (can't parse binary...)

Original issue reported on code.google.com by avrah...@gmail.com on 19 Aug 2014 at 3:39

GoogleCodeExporter commented 9 years ago
Fixed in revision: c95f66385c6a 

Original comment by avrah...@gmail.com on 19 Aug 2014 at 3:42