Github user dawidwys commented on a diff in the pull request:
https://github.com/apache/flink/pull/6312#discussion_r201796123
--- Diff: docs/_includes/generated/security_configuration.html ---
@@ -10,7 +10,7 @@
<tr>
<td><h5>security.ssl.algorithms</h5></td>
<td style="word-wrap:
break-word;">"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_DHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"</td>
- <td>The comma separated list of standard SSL algorithms to be
supported. Read more <a
href="http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites">here</a>.</td>
+ <td>The comma separated list of standard SSL algorithms to be
supported. Read more <a
href="http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites">here</a>.</td>
--- End diff --
Why do you think so? > and < are valid html encodings(I think it is
even more common way of escaping < and >). I've changed it, cause it was
impossible to retrieve the other version from `Jsoup` which is used in tests.
I've also checked it renders well both in Chrome as well as in Firefox.
---