diff --git a/src/main/java/com/mca/sec/service/SecurityService.java b/src/main/java/com/mca/sec/service/SecurityService.java index 4a661e1..371e751 100644 --- a/src/main/java/com/mca/sec/service/SecurityService.java +++ b/src/main/java/com/mca/sec/service/SecurityService.java @@ -34,9 +34,9 @@ public class SecurityService implements UserDetailsService{ } else { throw new UsernameNotFoundException("접속자 정보를 찾을 수 없습니다."); } - if (authorities.size() == 0) { + if (authorities.size() == 0) { throw new UsernameNotFoundException("User " + member.getUserid()+ " has no GrantedAuthority"); - } + } return new EgovUserDetails(member.getUserid(), member.getPassword(), true, true, true, true, authorities, member); } diff --git a/src/main/webapp/WEB-INF/jsp/layout/header.jsp b/src/main/webapp/WEB-INF/jsp/layout/header.jsp index 23336ea..6999694 100644 --- a/src/main/webapp/WEB-INF/jsp/layout/header.jsp +++ b/src/main/webapp/WEB-INF/jsp/layout/header.jsp @@ -18,9 +18,6 @@
- - 모바일센터 관리시스템 - 모바일센터 관리시스템 diff --git a/src/main/webapp/WEB-INF/jsp/layout/template_login.jsp b/src/main/webapp/WEB-INF/jsp/layout/template_login.jsp index a4db7a1..25e051e 100644 --- a/src/main/webapp/WEB-INF/jsp/layout/template_login.jsp +++ b/src/main/webapp/WEB-INF/jsp/layout/template_login.jsp @@ -15,6 +15,15 @@ "> " rel="stylesheet"> " rel="stylesheet"> + <tiles:insertAttribute name="title" ignore="true" /> @@ -22,13 +31,10 @@ - -
- -
+ +
-
-
+