cage icon indicating copy to clipboard operation
cage copied to clipboard

add CaptchaServlet

Open ghost opened this issue 12 years ago • 2 comments

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

ghost avatar Oct 21 '12 18:10 ghost

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.

ghost avatar Nov 14 '12 12:11 ghost

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

akiraly avatar Nov 14 '12 22:11 akiraly