try catch 추가 오류 모니터링
This commit is contained in:
parent
aeccdf7434
commit
c7438cf7c3
@ -2951,6 +2951,10 @@ public class EgovMypageController {
|
|||||||
return "redirect:/web/user/login/login.do";
|
return "redirect:/web/user/login/login.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
try {
|
||||||
|
System.out.println("test Try +++ ");
|
||||||
|
|
||||||
// secuLoginFlag 값을 Model에 추가
|
// secuLoginFlag 값을 Model에 추가
|
||||||
model.addAttribute("secuLoginFlag", mberCertLoginLogVO.getSecuLoginFlag());
|
model.addAttribute("secuLoginFlag", mberCertLoginLogVO.getSecuLoginFlag());
|
||||||
System.out.println(mberCertLoginLogVO.getSecuLoginFlag());
|
System.out.println(mberCertLoginLogVO.getSecuLoginFlag());
|
||||||
@ -3040,6 +3044,10 @@ public class EgovMypageController {
|
|||||||
// 탭 하이라이트
|
// 탭 하이라이트
|
||||||
model.addAttribute("certLogRegDate", certLogRegDate);
|
model.addAttribute("certLogRegDate", certLogRegDate);
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
// TODO: handle exception
|
||||||
|
}
|
||||||
|
|
||||||
return "web/user/mberSecureLogin";
|
return "web/user/mberSecureLogin";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user