GitHub user HansBrende opened a pull request:
https://github.com/apache/any23/pull/58
ANY23-324 Changed default html parser from NekoHTML to Jsoup.
This should also indirectly fix ANY23-317, ANY23-273, ANY23-267, and
ANY23-326.
I also added a "any23.tagsoup.legacy" flag in
default-configuration.properties to allow switching back to the NekoHTML
version.
I ran the full suite of tests against this fork using "mvn clean install",
and all tests are passing.
Please let me know if there's anything more I can do to improve this pull
request!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HansBrende/any23 ANY23-324
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/58.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #58
----
commit 2c76ada3bc812c37a46863e0529363f42339582a
Author: Hans <firedrake93@...>
Date: 2018-01-18T21:08:27Z
ANY23-324 Changed default html parser from NekoHTML to Jsoup. This also
indirectly fixes ANY23-317, ANY23-273, ANY23-267, and ANY23-326.
----
---