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
HTTP method PATCH is not implemented in Tomcat (as per current version 7.0.39).