We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please add CaptchaServlet.java(http://akiraly.github.com/cage/e02_servlet.html) class to a core of your lib.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I have written one. I will add it shortly as a new module.
No branches or pull requests
Please add CaptchaServlet.java(http://akiraly.github.com/cage/e02_servlet.html) class to a core of your lib.
The text was updated successfully, but these errors were encountered: