Hello Devs, I'm starting to think about the integration of JCaptcha 2.0 (http://forge.octo.com/jcaptcha/confluence/display/general/Simple+Servlet+Integration+documentation) that would deprecated our current Captcha plugin. I think we need it as a component, for example xwiki-captcha
We can have a CaptchaedRequestValidator component interface that declares the following method : boolean validateCaptcha(HttpServletRequest request); which would be called from the register action, comment add action, etc. (anywhere a captcha is needed - we could even expose a velocity API if we need it) WDYT ? Regards, Jerome. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

