|
| Summary: |
500 Error during registration caused by CAPTHCA CAPTCHA store size limitation |
| Description: |
Users receive 500 HTTP Server error when trying to register if the CAPTHCA CAPTCHA is configured on their server. The issue occurs across multiple CAPTHCA CAPTCHA types (sound, image, etc).
Error identified in the stack trace: {code :java } com.octo.captcha.service.CaptchaServiceException: Store is full, try to increase CaptchaStore Size orto decrease time out, or to decrease CaptchaStoreSizeBeforeGrbageCollection {code} The issue seems to happen because the CAPTCHA service can't handle many requests well. |
|