이 누리집은 대한민국 공식 전자정부 누리집입니다.
적용 지원, FAQ, Q&A 게시판을 통해 기술 문제 해결을 지원합니다.
박*원
2011-07-15 00:02:48
2,831
실행환경
완료
DEBUG [org.springframework.security.userdetails.hierarchicalroles.RoleHierarchyImpl] getReachableGrantedAuthorities() - From the roles [ROLE_ADMIN] one can reach [ROLE_ANONYMOUS, ROLE_RESTRICTED, IS_AUTHENTICATED_ANONYMOUSLY, ROLE_ADMIN, IS_AUTHENTICATED_FULLY, ROLE_USER, IS_AUTHENTICATED_REMEMBERED] in zero or more steps.
DEBUG [org.springframework.security.ui.webapp.AuthenticationProcessingFilter] Updated SecurityContextHolder to contain null Authentication
DEBUG [org.springframework.security.ui.webapp.AuthenticationProcessingFilter] Authentication request failed: org.springframework.security.BadCredentialsException: Bad credentials
DEBUG [org.springframework.security.context.HttpSessionContextIntegrationFilter] SecurityContextHolder now cleared, as request processing completed
DEBUG [org.springframework.security.util.FilterChainProxy] Candidate is: '/uat/uia/egovLoginUsr.do?login_error=1'; pattern is /.*; matched=true 인증컬럼은 맞는거죠?
안녕하세요.. 박성원님..
로그 중 "Bad credentials"는 정상적으로 인증 처리가 되지 못한 경우입니다...
자세한 로그가 없어서.. 정확한 원인 파악이 어려운 것 같습니다.
자세한 사항은 log4j.xml에서 다음과 같이 logger를 추가하시면..
보다 자세한 내용을 보실 수 있습니다.
<logger name="org.springframework" additivity="false">
<level value="DEBUG" />
<appender-ref ref="console" />
</logger>
그럼.. 즐거운 하루되십시오.
감사합니다.