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
Simply put: your @RequestMapping doesn't match the request. The regex probably needs some work.
@RequestMapping