Commit Graph

1 Commits (c50c4d4a8f28ad9377dd46e4982187cf2c80bfcb)

Author SHA1 Message Date
Matt Jankowski 27ab3d3d36 Ignore implied formats for catch all route requests ()
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.
2017-04-09 14:39:41 +02:00