Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/15999#discussion_r89455106
  
    --- Diff: core/src/main/scala/org/apache/spark/SSLOptions.scala ---
    @@ -150,8 +150,8 @@ private[spark] object SSLOptions extends Logging {
        * $ - `[ns].enabledAlgorithms` - a comma separated list of ciphers
        *
        * For a list of protocols and ciphers supported by particular Java 
versions, you may go to
    -   * 
[[https://blogs.oracle.com/java-platform-group/entry/diagnosing_tls_ssl_and_https
 Oracle
    -   * blog page]].
    +   * <a 
href="https://blogs.oracle.com/java-platform-group/entry/diagnosing_tls_ssl_and_https";>
    +   * Oracle blog page</a>.
    --- End diff --
    
    For hyperlinks, it seems
    
    these are fine ([try it](http://htmledit.squarefree.com/)):
    
    ```xml
    <a href="https://.../...";>link ABC</a>
    ```
    
    ```xml
    <a href="https://.../...";>
    link ABC</a>
    ```
    
    ```xml
    <a href="https://.../...";>link
    ABC</a>
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to