akiraly / cage

Cage is a CAptcha image GEnerator java library. It is fast, small and simple. Its goal is to generate images that are easy to read for a human but impossible or at least very hard for a computer.
http://akiraly.github.com/cage/
66 stars 34 forks source link

add CaptchaServlet #1

Open ghost opened 12 years ago

ghost commented 12 years ago

Please add CaptchaServlet.java(http://akiraly.github.com/cage/e02_servlet.html) class to a core of your lib.

ghost commented 11 years ago

With simperaptcha I can use

<servlet>
    <servlet-name>StickyCaptcha</servlet-name>
    <servlet-class>nl.captcha.servlet.StickyCaptchaServlet</servlet-class>
</servlet>
<servlet-mapping>
    <servlet-name>StickyCaptcha</servlet-name>
    <url-pattern>/stickyImg</url-pattern>
</servlet-mapping>

because StickyCaptchaServlet.java included in the core of lib. So add CaptchaServlet.java class to a core of your lib.

akiraly commented 11 years ago

I have written one. I will add it shortly as a new module.