I had a similar error, the request was sent with an additional "/" at the end. Make sure that you are sending exactly: "http://localhost:8080/project/api/json/users/save", and not "http://localhost:8080/project/api/json/users/save/".