Re: [xwiki-devs] [proposal] Migrating the captcha plugin to a component

2010-01-16 Thread Caleb James DeLisle
Update: I have changed a few things in my copy of the code. I renamed the Captcha interface CaptchaVerifier because it is a component for verifying captchas of a certain type, not an individual captcha puzzle. I also named the id which is gotten from the request userId because it may be generated

Re: [xwiki-devs] [proposal] Migrating the captcha plugin to a component

2010-01-16 Thread Asiri Rathnayake
Hi, On Sat, Jan 16, 2010 at 11:21 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: Update: I have changed a few things in my copy of the code. I renamed the Captcha interface CaptchaVerifier because it is a component for verifying captchas of a certain type, not an individual

[xwiki-devs] XWiki Restful client API jar

2010-01-16 Thread Ludovic Dubost
Hi Guys (and Fabio in particular), I've struggled a bit to have a REST client written with Httpclient and Jaxb. The micro sample on the wiki (http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI) was not correct (the parameter to JAXBContext.newInstance was wrong) and there was