Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8879093
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:52:29+00:00 2026-06-14T19:52:29+00:00

Anyone used the JCaptcha grails plugin know if this has a test mode (for

  • 0

Anyone used the JCaptcha grails plugin know if this has a test mode (for use with automated testing, GEB/Selenium), or do I manually have to add a test parameter to my config file and check this in all controllers where the captcha is checked?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T19:52:31+00:00Added an answer on June 14, 2026 at 7:52 pm

    Did not find a test mode, but worked around it by defining a test mode variable in the grails config file.

        def captchaOK = false
        try {
            captchaOK = jcaptchaService.validateResponse("captchaImage", session.id, params.captchaText)
            }
        }
        catch(CaptchaServiceException cse) {
            captchaOK = false;
        }
    

    Was replaced with:

        def captchaOK = false
        try {
            if(grailsApplication.config.capatchaTestMode == true) {
                captchaOK = true;
            }
            else {
                captchaOK = jcaptchaService.validateResponse("captchaImage", session.id, params.captchaText)
            }
        }
        catch(CaptchaServiceException cse) {
            captchaOK = false;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone used this plugin? I don't know if my setup is right, but
I'm using this jQuery plugin here: http://css-tricks.com/examples/MovingBoxes/ Has anyone used it or can you
Has anyone used the slider to trigger resizable? This way, we can use the
Has anyone used Robotium or Calculon for testing Android apps? Are they useful? Any
I'm just curious to know if anyone has used (successfully) Fusion Charts with Open
Has anyone used the focus mode FOCUS_MODE_EDOF, provided in the android CameraParameters? http://developer.android.com/reference/android/hardware/Camera.Parameters.html#FOCUS_MODE_EDOF I
has anyone used JiBX before? JiBX website I keep getting this error when attempting
Anyone used this annotation in grails unit tests? Didnt seem to work for me.
Has anyone used the CLI libraries from OpenOffice that allow to use it from
Has anyone used JustCode from Telerik lately? This question has been asked about two

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.