FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
321 stars 140 forks source link

[Security?] throws AuthenticationException for any type, including internal Exceptions #184

Open inoryy opened 12 years ago

inoryy commented 12 years ago

Down the line message in AuthenticationException is typically handled as form error and displayed as such.

This works fine until a system starts throwing internal, not for normal user eyes, exceptions, which are displayed as is even in production enviroment. Example: PDOExceptions when something goes wrong with saving User entity.