FOSFacebookBundle icon indicating copy to clipboard operation
FOSFacebookBundle copied to clipboard

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

Open inoryy opened this issue 13 years ago • 0 comments

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.

inoryy avatar Sep 12 '12 16:09 inoryy