get host return null;

This commit is contained in:
zhouhao
2017-02-06 09:48:12 +08:00
parent 434d6cf69c
commit cd11f1553b

View File

@@ -55,7 +55,7 @@ public class CustomAuthenticationToken implements AuthenticationToken, HostAuthe
@Override
public String getHost() {
return null;
return host;
}
public void setHost(String host) {