未验证 提交 6574b69e 编写于 作者: Z Zhendong Liu 提交者: GitHub

Remove the log when get none remote address strategy

上级 691b7121
...@@ -39,7 +39,6 @@ public class RemoteAddressStrategyFactory { ...@@ -39,7 +39,6 @@ public class RemoteAddressStrategyFactory {
public RemoteAddressStrategy getRemoteAddressStrategy(String remoteAddr) { public RemoteAddressStrategy getRemoteAddressStrategy(String remoteAddr) {
if (StringUtils.isBlank(remoteAddr)) { if (StringUtils.isBlank(remoteAddr)) {
log.warn("white list address is null");
return BLANK_NET_ADDRESS_STRATEGY; return BLANK_NET_ADDRESS_STRATEGY;
} }
if ("*".equals(remoteAddr)) { if ("*".equals(remoteAddr)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册