Details
-
Task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
Graduating from the Incubator
-
None
Description
a more recent version of nekohtml parser is available via maven:
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.14</version>
</dependency>
please use this dependency instead of the 1.9.6 version which has a nasty bug in the dom parser resulting in out of memory exceptions when the title tag contains a single quote and the html tag is closed in the same line.