Hi, I encountered a problem with the parse-js plugin. When I crawl the URL http://www.marktplatz-osterholz.de/Freizeit_Tourismus/index.html?navid=15 the parser exits with java.lang.StackOverflowError. The HTML-code oft hat page is really bad, but I think the parser should not exit completely, but should just ignore the page and log a warning message. When I limit the number of recursive calls of the "walk" method to something below 1000 the error doesn't occur. Should there be implemented a check to disallow too many recursive calls or is this just a problem with my Java settings?
Kind regards, Martina