]> cat aescling's git repositories - mastodon.git/commit
Improve handling of HTTP_ACCEPT for webfinger (#2008)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Mon, 17 Apr 2017 17:58:03 +0000 (13:58 -0400)
committerEugen <eugen@zeonfederated.com>
Mon, 17 Apr 2017 17:58:03 +0000 (19:58 +0200)
commit21a767dcfa2fba35a6bd641d7d7933f8734d41ee
tree5d1e9e18bf5338a99996d6a54ac9f9fdf50d2652
parent3399dd7a666d755288cabf55fbb71b7276f6ffb7
Improve handling of HTTP_ACCEPT for webfinger (#2008)

This change includes:

- Improve the spec coverage for incoming request to the webfinger action
- For requests without an accept header (ie, what a browser might look like),
  return a JSON response.
- For requests with an explicit format of xml or json, return that format.
- For requests using an accept header, return that format.

Also adds failing spec showing webfinger does not return xml, which covers the
issue described in: https://github.com/tootsuite/mastodon/issues/1983
app/controllers/well_known/webfinger_controller.rb
config/routes.rb
spec/requests/webfinger_request_spec.rb
spec/routing/well_known_routes_spec.rb