When a request is made to a URL with a typo in it, Spring returns a 404 Not Found for GET and HEAD, a 200 OK for OPTIONS, and a 405 Method Not Supported for the other HTTP methods. I've tried to find ...