Java – the request method ‘post’ is not supported
•
Java
According to spring documentation here:
They have completed the latter and can be implemented using the following spring MVC form Tags:
<form:form method="delete"> <input type="submit" value="Delete"/> </form:form>
The problem is that when I click delete, my page throws the following error:
HTTP Status 405 - Request method 'POST' not supported
I will go to org springframework. Change the debug level of the web to debug and find the following message:
DEBUG AnnotationMethodHandlerExceptionResolver - Resolving exception from handler [foo.bar.MessageForm@da9246]: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported
I use the restclient and delete methods and call them as expected What did I do wrong here?
Solution
You need to be on the web Configure hiddenhttpmethodfilter in XML
Details can be found here:
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码