posted 11 years ago
Dear All,
I am integrating recaptcha in a spring mvc application. When ever i print out the recaptcha_challange_field and the recaptcha_response_field to the console, i find that the recaptcha_response_field is printing thecaptcha in some encrypthjed format and the recaptcha_response_field as normal text and also i find that even though i have entered the captcha correctly, it always says wrong captcha. Here is my code
Thsi is my login form controller:
My login page is this:
The bean declaration for recaptcha is as follows:
The message i see on my console is this:
I am stuck. Please help me resolve this problem.
Thank you.