This is an automated email from the ASF dual-hosted git repository.
yukon pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 61aaf51 [ROCKETMQ-28] Fix description of SslMode unmatched problem
61aaf51 is described below
commit 61aaf515ac25adbd666b7ee34b382de3bd83fe7d
Author: yukon <[email protected]>
AuthorDate: Thu Oct 19 15:01:00 2017 +0800
[ROCKETMQ-28] Fix description of SslMode unmatched problem
---
remoting/src/main/java/org/apache/rocketmq/remoting/common/SslMode.java | 2 +-
.../main/java/org/apache/rocketmq/remoting/netty/NettySystemConfig.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/remoting/src/main/java/org/apache/rocketmq/remoting/common/SslMode.java
b/remoting/src/main/java/org/apache/rocketmq/remoting/common/SslMode.java
index 8801736..cb1e85a 100644
--- a/remoting/src/main/java/org/apache/rocketmq/remoting/common/SslMode.java
+++ b/remoting/src/main/java/org/apache/rocketmq/remoting/common/SslMode.java
@@ -20,7 +20,7 @@ package org.apache.rocketmq.remoting.common;
/**
* For server, three SSL modes are supported: disabled, permissive and
enforcing.
* <ol>
- * <li><strong>disable:</strong> SSL is not supported; any incoming SSL
handshake will be rejected, causing connection closed.</li>
+ * <li><strong>disabled:</strong> SSL is not supported; any incoming SSL
handshake will be rejected, causing connection closed.</li>
* <li><strong>permissive:</strong> SSL is optional, aka, server in this
mode can serve client connections with or without SSL;</li>
* <li><strong>enforcing:</strong> SSL is required, aka, non SSL
connection will be rejected.</li>
* </ol>
diff --git
a/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettySystemConfig.java
b/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettySystemConfig.java
index 3300262..b9c1f3f 100644
---
a/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettySystemConfig.java
+++
b/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettySystemConfig.java
@@ -51,7 +51,7 @@ public class NettySystemConfig {
/**
* For server, three SSL modes are supported: disabled, permissive and
enforcing.
* <ol>
- * <li><strong>disable:</strong> SSL is not supported; any incoming
SSL handshake will be rejected, causing connection closed.</li>
+ * <li><strong>disabled:</strong> SSL is not supported; any incoming
SSL handshake will be rejected, causing connection closed.</li>
* <li><strong>permissive:</strong> SSL is optional, aka, server in
this mode can serve client connections with or without SSL;</li>
* <li><strong>enforcing:</strong> SSL is required, aka, non SSL
connection will be rejected.</li>
* </ol>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].