Merge branch 'master_tolag3'
아이피 체크임시 해제
This commit is contained in:
parent
6fc463c5dc
commit
42bb8d2482
@ -242,8 +242,8 @@ public class EgovLoginController {
|
|||||||
|
|
||||||
// 1. Spring Security 사용자권한 처리
|
// 1. Spring Security 사용자권한 처리
|
||||||
if (!ipCheck) {
|
if (!ipCheck) {
|
||||||
rttr.addFlashAttribute("message", "접근이 불가능한 아이피 입니다.");
|
// rttr.addFlashAttribute("message", "접근이 불가능한 아이피 입니다.");
|
||||||
return "redirect:/web/main/mainPage.do";
|
// return "redirect:/web/main/mainPage.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isAuthenticated) {
|
if (!isAuthenticated) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user