Skip to content

bdotzour/visualCaptcha-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visualCaptcha-java

Plain Java Servlet backend for visualCaptcha

Configuration

  1. Add dependency on visualCaptcha-java to your project.

  2. Copy the directories assets/audios and assets/images into your web root.

  3. Register and configure the servlet in your web.xml:

    Captcha net.dotzour.visualCaptcha.CaptchaServlet image-asset-path images/visualCaptcha audio-asset-path audio Captcha /captcha/*
  4. Configure your front-end to communicate with the servlet path you choose.