Link to home
Start Free TrialLog 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
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>>>May be your some validation code ....

May be pblm in some validation code