AuthenticationFailureHandler에서 예외처리중 BadCredentialsException만 받고 UsernameNotFoundException는 받지 않았음...
해결 : service부분 주석처리함..
<security:authentication-manager>
<security:authentication-provider ref="AuthenticationProvider"/>
<!-- <security:authentication-provider user-service-ref="service"/>-->
</security:authentication-manager>