|
|
@@ -141,7 +141,7 @@ public class SecurityController extends CommonController {
|
|
|
* @return
|
|
|
* @throws IOException
|
|
|
*/
|
|
|
- /*@RequestMapping(value = "/logout/crossBefore")
|
|
|
+ @RequestMapping(value = "/logout/crossBefore")
|
|
|
public ModelMap getCrossLogoutData(HttpServletRequest request, HttpServletResponse response) throws IOException {
|
|
|
ModelMap model = new ModelMap();
|
|
|
SSOConfig config = SSOHelper.getSSOService().getConfig();
|
|
|
@@ -157,6 +157,6 @@ public class SecurityController extends CommonController {
|
|
|
}
|
|
|
model.addAttribute("logoutUrl", logoutUrl);
|
|
|
return model;
|
|
|
- }*/
|
|
|
+ }
|
|
|
|
|
|
}
|