We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b831caa commit 40e9ed5Copy full SHA for 40e9ed5
CHANGES
@@ -14,6 +14,10 @@ jsoup changelog
14
* File upload support. Added the ability to specify input streams for POST data, which will upload content in
15
MIME multipart/form-data encoding.
16
17
+ * Add a meta-charset element to documents when setting the character set, so that the document's charset is
18
+ unambiguous.
19
+ <https://github.com/jhy/jsoup/pull/486>
20
+
21
* Added ability to disable TLS (SSL) certificate validation. Helpful if you're hitting a host with a bad cert,
22
or your JDK doesn't support SNI.
23
<https://github.com/jhy/jsoup/pull/343>
0 commit comments