Message Boards

Liferay captcha throws CaptchaTextException in some occassions

Vishnu S Kumar, modified 3 Years ago.

Liferay captcha throws CaptchaTextException in some occassions

Regular Member Posts: 131 Join Date: 7/28/17 Recent Posts
Our Captcha is configured correctly and working properly on most times. However, in rare cases , the front-end captcha validation passes and in the back end it throws the following exception

 com.liferay.portal.kernel.captcha.CaptchaTextException        at com.liferay.captcha.recaptcha.ReCaptchaImpl.validateChallenge(ReCaptchaImpl.java:110)
​​​​​​​
The only way to re-produce this issue is when we put a breakpoint in the backend and release it after captcha expiry. Not sure why this is happening  in normal scenarios. Let's say around 5% of times this error occurs. Any help will be highly appreciated.