recaptchalib calls die() in various conditions. It would be much better to detect these conditions before they happen and handle them gracefully.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | recaptcha_prevent_die_1734952.patch | 2.76 KB | liam morland |
recaptchalib calls die() in various conditions. It would be much better to detect these conditions before they happen and handle them gracefully.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | recaptcha_prevent_die_1734952.patch | 2.76 KB | liam morland |
Comments
Comment #1
liam morlandMostly fixed in b03a8d9; patch attached. There is one condition under which die() will be called that it not fixed here. New issue for that: #1734956: Fail gracefully instead of calling die() if reCAPTCHA server is down.
Comment #2
liam morlandComment #3
liam morlandThis is an expansion of the work in #1681746: Page is blank when reCAPTCHA not configured.
Comment #7
hass commented