Changeset 25734 for main


Ignore:
Timestamp:
2012-06-05T10:09:42+12:00 (12 years ago)
Author:
sjm84
Message:

Adding a fix for reCaptcha not working. Not completely happy with it as it relies on a timeout, but it will do for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/Authentication.java

    r25725 r25734  
    419419                try
    420420                {
    421                     //If this line throws an exception then we'll assume the user has problems with their firewall
     421                    //If this line throws an exception then we'll assume the user has a firewall that is too restrictive
     422                    //(or that they're not connected to the Internet) to allow access to google services.
     423                    //In this situation we won't use the recaptcha test.
    422424                    reCaptcha.checkAnswer(request.getAttribute("remoteAddress"), "", "");
    423425
Note: See TracChangeset for help on using the changeset viewer.