Spring Security 2.0 暂时不支持Jcaptcha!

今天学习Spring Security 2.0的时候想做个集成Captcha的例子(确保访问用户为人类),通过生成验证码图片并且进行人类判断。
但是发现找了半天都没有找到Acegi中Captcha集成的相关部分。后来查询之后才发现原来是这样的:
Spring 2.0已经将Captcha部分放入了Sandbox,原因是原来的贡献者已经不再更新维护。
地址如下: http://jira.springframework.org/browse/SEC-737
英文原文如下:
We've decided to sandbox the current captcha integration layer since the original contributor is no longer actively maintaining it.

你可能感兴趣的:(spring,Security,Acegi)