Hi all, I am using simplecaptcha lib on JDK 17. The simplecaptcha doesn't support implementation that's RippleGimpyRenderer, BlockGimpyRenderer, DropShadowGimpyRenderer, BaffleGimpyRenderer . When I use new gimp() that is default implementation(RippleGimpyRenderer). It appear error in runtime. Example:"Captcha captcha = new Captcha.Builder(CAPTCHA_IMAGE_WIDTH, CAPTCHA_IMAGE_HEIGHT).addText().addNoise().gimp().build();" Could you please update it? Best regards & Thanks, Bao
Hi all, I am using simplecaptcha on JDK 17. When I use new gimp() that is default implementation(RippleGimpyRenderer). It appear error in runtime. Captcha captcha = new Captcha.Builder(CAPTCHA_IMAGE_WIDTH, CAPTCHA_IMAGE_HEIGHT).addText().addNoise().gimp().build(); Could you please update it? Best regards & Thanks, Bao
Hi all, I am using simplecaptcha on JDK 17. The code error in below. When I new RippleGimpyRenderer in gimp. Captcha captcha = new Captcha.Builder(CAPTCHA_IMAGE_WIDTH, CAPTCHA_IMAGE_HEIGHT).addText().addNoise().gimp(new RippleGimpyRenderer()).build(); Could you please update it? Best regards & Thanks, Bao
We are using the SimpleCaptcha java code for the sticyImage but the image are not loading properly. Attached is the screenshot issue Thanks a lot in advance. Please help us on resolving this issue. Thanks
Module system has been introduced in Java 9. Java modules provide strong encapsulation. Some packages have been declared for internal use. Packages java.awt, javax.imageio are in module java.desktop What about SimpleCaptcha. Is this library ready for Java 11? OpenJDK 11? Artifact /simplecaptcha/lib/imaging.jar used in the project was compiled Java 1.1.
Module system has been introduced in Java 9. Java modules provide strong encapsulation. Some packages have been declared for internal use. Packages java.awt, javax.imageio are in module java.desktop What about SimpleCaptcha. Is this library ready for Java 11? OpenJDK 11?
Hi , Today i found SimpleCaptcha generated offensive word. e.g: raped. Is there anyone ever meet this situation? Could i possible use some flag to filter these offensive words? Thanks, Vito
increase the spacing between each text character
Hi, I have an issue with simpleCaptcha (1.2.1 and jdk version 8) and cluster environment. I have observed that when accessing the application directly (single application server) it works fine, but when the same request is made via loadbalancer /webserver I get null captcha object . Thanks
I have an issue with simpleCaptcha (1.2.1 and jdk version 8) and cluster environment. I have observed that when accessing the application directly (single application server) it works fine, but when the same request is made via loadbalancer /webserver I get null captcha object .
Hi, I have an issue with simpleCaptcha(1.21) and jdk version 8. It works correctly but sometimes Captcha captcha = (Captcha) request.getSession().getAttribute(Captcha.NAME) returns a null object . Thanks
Hi Michael, I found only this one: https://mvnrepository.com/artifact/nl.captcha/simplecaptcha/1.2.1
Hi there, where can I find sources and javadoc for simple captcha 1.2.1 ?
Websites using SimpleCaptcha
Audio captcha not working in IOS mobile devices
Cannot use simplecaptcha-1.2-jdk1.5.jar with jdk5
StickyCaptchaServlet doesn't write captcha if it has to create it
I had the same problem. Is there any workaround to this?
We are experiencing the same problem with Tomcat 8. The process is not interrupted,...
I think it's because the following Tomcat-bug https://wiki.apache.org/tomcat/FAQ/KnownIssues#ImageIOIssues...
https://wiki.apache.org/tomcat/FAQ/KnownIssues#ImageIOIssues
NullPointerException in Java 8
hi there, is there a location for this in a central maven repo I could use as we...