13 Mar
2009
13 Mar
'09
7:36 a.m.
Hello Devs, I'm starting to think about the integration of JCaptcha 2.0 (http://forge.octo.com/jcaptcha/confluence/display/general/Simple+Servlet+Int...) 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.