-
Trying to compile m2e with a Tycho snapshot (of today) gives me this:
```
[INFO] --- tycho-baseline-plugin:4.0.0-SNAPSHOT:verify (baseline-check) @ org.eclipse.m2e.profiles.core ---
[ERROR] ┌──────…
-
With jsoup 1.15.4 I get strange results when parsing a document again and again;
```java
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Entities;
import org.jun…
-
The [description page](https://jsoup.org/) for jsoup says:
> jsoup implements the [WHATWG HTML5](https://whatwg.org/html) specification, and parses HTML to the same DOM as modern browsers do.
Th…
-
**Describe the bug**
The JMeter runs in our project using `id 'de.qualersoft.jmeter' version '2.4+'`. These runs started to fail suddenly with no build changes with the following error in JMeter logs…
-
Hi,
We had raised a issue few days back https://github.com/jhy/jsoup/issues/1911 related newline character being missed. So that was converted to a bug and was fixed which would be released as part…
-
If an html document contains invalid comment such this on then the xml output is invalid.
java 17
Jsoup 1.15.4
Find below a minimalist junit test to reproduce.
package jsoup.test;
import s…
-
Jsoup doesn't handle correctly ampersand in scripts when converting to XML.
Jsoup doesn't handle correctly ` ` entity when converting to XML.
In these cases XML generated is invalid.
Find belo…
-
Hi, I was wondering what is needed in an xsd file to generate an interface with an implementation. In the documentation for generating an interface with an attributeGroup, the example given is:
…
-
the following doctype makes jsoup producing invalid xml
```html
```
java 17
jsoup 1.15.4
See junit test below
```java
package jsoup.test
import static org.junit.Assert.fail;
imp…
-
## CVE-2015-6748 - Medium Severity Vulnerability
Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable libr…