excelwebzone / EWZRecaptchaBundle

This bundle provides easy reCAPTCHA form field for Symfony.
MIT License
395 stars 160 forks source link

IsTrueValidator propagating connection errors to end users #184

Open mikemix opened 7 years ago

mikemix commented 7 years ago

Currently I'm working on unstable Internet connection and usually I encounter the "Warning: file_get_contents error (...)" in the IsTrueValidator class. I strongly believe that error should not throw 500 error to the end user. Instead a violation should be reported to the context that "Captcha could not be verified".