about summary refs log tree commit diff
path: root/spec/requests
AgeCommit message (Collapse)Author
2017-04-12Default to json type for webfinger requests (#1583)Matt Jankowski
2017-04-09Ignore implied formats for catch all route requests (#1340)Matt Jankowski
A request to `/test` would show the custom 404 page, but a request to `/test.test` would return a 404 with an empty body. This change ignores the format on incoming catch all route requests, so that the html 404 page is returned on these requests.