提交 8c57944b 编写于 作者: L lepdou

fix sever name

上级 d7169145
......@@ -65,7 +65,7 @@ public class PortalUserInfoController {
//重定向到SSO的logout地址
String casServerUrl = serverConfigRepository.findByKey("casServerUrlPrefix").getValue();
String serverName = serverConfigRepository.findByKey("casServerUrlPrefix").getValue();
String serverName = serverConfigRepository.findByKey("serverName").getValue();
response.sendRedirect(casServerUrl + "/logout?service=" + serverName);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册