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
Original issue reported on code.google.com by
michalis...@gmail.com
on 26 Jun 2012 at 8:34Attachments: