Jcaptcha

The /com/escenic/captcha/CaptchaProviderFactory component is configured to use /com/escenic/servlet/captcha/JCaptchaProvider by default, so no Content Store configuration is required.

To use JCaptcha from Struts, however, you need to add the following Struts configuration:

<action path="/jcaptcha" type="com.octo.captcha.module.struts.image.RenderImageCaptchaAction" />
<plug-in className="com.octo.captcha.module.struts.CaptchaServicePlugin"/>