Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.10.1
-
None
-
None
Description
JSPWiki uses a very outdated version of nekohtml. This 0.9.5 version is almost 10 years old and comes with an also very outdated library of "xercesImpl-2.4.0".
In our project (d3web/KnowWE) this xercesImpl-2.4.0 causes severe problems, because it replaces the default DocumentBuilder used to create XML documents, but also causes java.lang.AbstractMethodError, because the interface seems to no longer be compatible with the rest of our code, because of the age.
In short, it would be very helpful if the dependency of nekohtml could be updated to something a little more up to date, for example nekohtml-1.9.19.
This version also provides a new version of xerces no longer causing the AbstractMethodError.