POST request to Struts2 with REST plugin not receiving response

前端 未结 3 1089
终归单人心
终归单人心 2021-01-12 10:22

I have a struts2 application which uses the struts2-rest-plugin v.2.2.3.

Everything is working great when it comes to the routing of the requests to the actions and

3条回答
  •  甜味超标
    2021-01-12 10:46

    I encountered the same issue. Have you tried to set in the struts.xml file:

    struts.rest.content.restrictToGET = false
    

    See the last setting on the rest plugin docs

提交回复
热议问题