Commit 8c57944b by lepdou

fix sever name

parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment