thiagocavaloti / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

Minor update of reCaptcha for Java/jsp #143

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to submit a patch for reCaptcha Java/JSP. 

The zip file provided in the site can not be used for https connections, since 
the URLs have changed. As such, the source has to be modified and the jar 
recompiled in order to be correctly used. 
Furthermore, this is nowhere documented, so it is a waste of time for 
everybody. 

The patch does the following:

1) Replace the old service URLs with the new ones 
2) Replace deprecated URLEncode.encode(String) with URLEncode.encode(String, 
String)
3) Add "lang" parameter in the createRecaptchaHtml function, - maintain  old 
functions for compatibility reasons.

I bumped the version number to 0.0.8 in the site.apt file for consistency.

Original issue reported on code.google.com by michalis...@gmail.com on 26 Jun 2012 at 8:34

Attachments:

GoogleCodeExporter commented 9 years ago
How is this issue? I have problems with reCaptcha in hptts.
Anybody knows when is going to release this minor version, please?

Original comment by javierpa...@gmail.com on 10 Sep 2012 at 11:02