Procházet zdrojové kódy

get host return null;

zhouhao před 8 roky
rodič
revize
cd11f1553b

+ 1 - 1
hsweb-authorization/hsweb-authorization-shiro/src/main/java/org/hswebframework/web/authorization/shiro/CustomAuthenticationToken.java

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