Currently, the service URLs like "http://api-verify.recaptcha.net/verify" are
hardcoded into ReCaptchaImpl constants.
I need to change them to support automated testing (i.e. replace with mock
service URLs).
The proposed solution is to convert the constants HTTP_SERVER, HTTPS_SERVER and
VERIFY_URL to fields (with default values) and provide setters for them.
Original issue reported on code.google.com by altum...@gmail.com on 24 Oct 2012 at 8:15
Original issue reported on code.google.com by
altum...@gmail.com
on 24 Oct 2012 at 8:15