StackOverflowError in DomContentUtils
-------------------------------------
Key: NUTCH-555
URL: https://issues.apache.org/jira/browse/NUTCH-555
Project: Nutch
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Karsten Dello
Parsing the attached webpage (which exposes very bad html) causes an
stackoverflow error, as the recursion depth is too high (more then 1000).
But parsing should be stable, it is definetely better to just skip pages like
this.
parseOutlinks in DomContentUtils is implemented recursive.
An iterative implementation would fix this, but maybe it is easier to simply
limit the recursion to a reasonable depth.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.