You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Claire 3517867b76
Fix confusing error when webfinger request returns empty document (#16986)
For some reason, some misconfigured servers return an empty document when
queried over webfinger. Since an empty document does not lead to a parse
error, the error is not caught properly and triggers uncaught exceptions
later on.

This PR fixes that by immediately erroring out with `Webfinger::Error` on
getting an empty response.
3 years ago
..
chewy
controllers Fix reviving revoked sessions and invalidating login (#16943) 3 years ago
helpers
javascript
lib Fix confusing error when webfinger request returns empty document (#16986) 3 years ago
mailers
models Fix reviving revoked sessions and invalidating login (#16943) 3 years ago
policies
presenters
serializers
services
validators
views
workers