There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d4fe1a53-c9d2-44a5-a9c8-e4148bfa78b0 XWIKI-24240 Open

500 Error during registration caused by CAPTHCA store size limitation

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-ceab999a-b977-4aa2-b1f0-06b824c04b2d Changes by Eleni on 16/Apr/26 09:19
 
Description: Users receive 500 HTTP Server error when trying to register if the CAPTHCA is configured on their server.
  The issue occurs across multiple CAPTHCA types (sound, image, etc).

Error identified in the stack trace:

{code}
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.