com.octo.captcha.service.CaptchaServiceException: no captcha for specified id is found
com.octo.captcha.service.CaptchaServiceException: no captcha for specified id is found at com.octo.captcha.service.EhcacheManageableCaptchaService$EhcacheStore.getCaptcha( EhcacheManageableCaptchaService.java:909) at com.octo.captcha.service.AbstractCaptchaService.getChallengeForID( AbstractCaptchaService.java:534) at com.octo.captcha.service.image.EhcacheManageableImageCaptchaService.getImageChallengeForID( EhcacheManageableImageCaptchaService.java:505)
This is due to a bug in jcaptcha implementation, as detailed in here.
To spend 1 hour to get Maven running so that I can build from source to fix a bug known since June is not exactly fun for me at midnight running in "death march" mode.
Comments