I am getting a Request method \'PUT\' not supported error on hitting a PUT method on a restful API to upload a file.
Request method \'PUT\' not supported
Following is the
This error happened with me too, I just restarted the server and the error disappeared, the RequestMapping that you've put match the request.