Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11

Received: by 10.220.17.131 with SMTP id s3mr1057412vca.12.1302719581482;
        Wed, 13 Apr 2011 11:33:01 -0700 (PDT)
X-BeenThere: recaptcha@googlegroups.com
Received: by 10.220.113.208 with SMTP id b16ls2786618vcq.0.p; Wed, 13 Apr 2011
 11:32:50 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.220.191.200 with SMTP id dn8mr1037824vcb.8.1302719570104; Wed,
 13 Apr 2011 11:32:50 -0700 (PDT)
Received: by t16g2000vbi.googlegroups.com with HTTP; Wed, 13 Apr 2011 11:32:50
 -0700 (PDT)
Date: Wed, 13 Apr 2011 11:32:50 -0700 (PDT)
In-Reply-To: <fb89c4fb-c46e-4a15-a336-c89f9d9b0a10@w9g2000prg.googlegroups.com>
X-IP: 170.146.225.4
References: <d09a847c-2079-4442-9e0f-47a50d833f88@d26g2000prn.googlegroups.com>
 <62ed97e1-a8cb-4c58-9804-042d474b8c87@d2g2000yqn.googlegroups.com>
 <BANLkTi=qJYE1Vh=NRSw_FRZdchpskENYRg@mail.gmail.com> <BANLkTik7NnOVX4Rdbc2a3+TP571UOPme8g@mail.gmail.com>
 <dc213eda-455a-4eba-a7b6-ad7de4af7bcd@n2g2000prj.googlegroups.com>
 <BANLkTi=w=pa4-jSDqwk0QWHRF3C7vkkA3g@mail.gmail.com> <e6fab715-ea39-4e57-bfd0-766ab28903a7@z3g2000prz.googlegroups.com>
 <BANLkTimCzh-o-y81ZHw7Too2i463obZSoA@mail.gmail.com> <fb89c4fb-c46e-4a15-a336-c89f9d9b0a10@w9g2000prg.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.16)
 Gecko/20110319 Firefox/3.6.16,gzip(gfe)
Message-ID: <41407d84-8ee7-41c1-b5aa-7d61372bcd3f@t16g2000vbi.googlegroups.com>
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net)
 on April 11
From: RecaptchaGoogleGroup <sambonig...@gmail.com>
To: reCAPTCHA <recaptcha@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Just externalize the required code, something like this...

Replace

ReCaptcha captcha =3D
ReCaptchaFactory.newSecureReCaptcha(recapConfig.getPublickey(),
recapConfig.getPrivatekey(), false);

with

ReCaptchaImpl recaptcha =3D new ReCaptchaImpl();
recaptcha.setIncludeNoscript(false);
recaptcha.setPrivateKey(recapConfig.getPrivatekey());
recaptcha.setPublicKey(recapConfig.getPublickey());
recaptcha.setRecaptchaServer("https://www.google.com/recaptcha/api");

or pick code from

http://code.google.com/p/recaptcha/downloads/detail?name=3Drecaptcha4j-0.0.=
7.zip&can=3D2&q=3D

and create your own jar, replacing the HTTPS URL.


-Sam

On Apr 13, 2:10=A0pm, Surya Metla <surya.me...@gmail.com> wrote:
> Hi All
>
> Is there a new java jar file available to download. The version i have
> recaptcha4j-0.0.7.zip still pointed to old URL.
>
> Thanks In advance
>
> Suri
>
> On Apr 13, 1:48=A0pm, reCAPTCHA Support <supp...@recaptcha.net> wrote:
>
> > > Can you tell me when the .NET control will be updated as it appears t=
o
> > > not have been updated since Dec 14 2010?
>
> > To clarify Adrian's comment,
>
> > The .NET control from last December:http://code.google.com/p/recaptcha/=
downloads/detail?name=3Drecaptcha-do...
> > already used the new URLs. If you are use version 1.0.5, it should work=
.
>