1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-04-23 02:14:52 +02:00
Adam Chalmers a50f1db473 Bugfix: AuthenticationError should set status_code
I noticed that my `AuthenticationError`'s `status_code` field was 401, but when I ran `.as_response_error()` the `ResponseError`'s code was 500 (the default value). It's because impl ResponseError for AuthenticationError doesn't define the `status_code()` trait method. Merely setting the status code in `error_response` isn't enough, it seems. I added a unit test for this case too.
2020-05-19 07:34:53 -05:00
..
2020-01-29 11:42:35 +00:00
2020-01-29 11:42:35 +00:00
2020-01-29 11:42:35 +00:00
2020-01-29 11:42:35 +00:00