Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CaptchaServlet #1

Open
ghost opened this issue Oct 21, 2012 · 2 comments
Open

add CaptchaServlet #1

ghost opened this issue Oct 21, 2012 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 21, 2012

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

@ghost
Copy link
Author

ghost commented Nov 14, 2012

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
Copy link
Owner

akiraly commented Nov 14, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant