How do I stop Apache httpd from rejecting HTTP PATCH requests?

后端 未结 2 1958
粉色の甜心
粉色の甜心 2021-01-20 19:26

I\'m working on an implementation of the JSON Patch spec using Java servlets on the Bitnami Tomcat Stack. On the servlet end I\'m handling the HTTP PATCH method by overridin

2条回答
  •  别那么骄傲
    2021-01-20 20:23

    AJP13 does not yet support HTTP PATCH (AJPv13a). Connect your Apache Web Server and Tomcat using HTTP if you would like to use PATCH.

提交回复
热议问题