Link to home
Create AccountLog in
Avatar of cgray1223
cgray1223

asked on

Spring Security UserDetailsService Not Validating Password

Hello,

I'm implementing spring security 3.0.5 and in my form based login im extending the spring UserDetailsService. Currently my login form is only validating user name and not password. Where does spring security validate the password being posted to /j_spring_security_check?
Avatar of Sathish David  Kumar N
Sathish David Kumar N
Flag of India image

what is the need of validating the password ?

you means its working for all password or ? some other thing ...
ASKER CERTIFIED SOLUTION
Avatar of Sathish David  Kumar N
Sathish David Kumar N
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
>>>May be your some validation code ....

May be pblm in some validation code