If the RECAPTCHA_VERIFY_SERVER (google.com) is down, recaptchalib will die() when it tries to contact the server. It would be better for it to fail gracefully.

Comments

liam morland’s picture

liam morland’s picture

Status: Active » Fixed
StatusFileSize
new1.4 KB

reCAPTCHA will now test that the server is up before asking recaptchalib to verify the user's input. Fixed in 24f9d99.

liam morland’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Fixed » Patch (to be ported)

  • Liam Morland committed 24f9d99 on 7.x-1.x, 7.x-2.x
    Issue #1734956: Test that the reCAPTCHA server is up before asking...

  • Liam Morland committed 24f9d99 on 8.x-2.x
    Issue #1734956: Test that the reCAPTCHA server is up before asking...

  • Liam Morland committed 24f9d99 on 6.x-2.x
    Issue #1734956: Test that the reCAPTCHA server is up before asking...
hass’s picture

Issue summary: View changes
Status: Patch (to be ported) » Fixed

  • hass committed 844b0ba on 6.x-1.x
    Issue #1734956 by hass: Fail gracefully instead of calling die() if...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.