0

Whereas it is working fine for POST and DELETE methods. The same war is working for all HTTP methods in local installed tomcat. As checked with heroku docs, there is no configuration is related to this issue.

If it is due to parseBodyMethods, then we can have no control over tomcat config. We can make changes only in our war file.

Used tomcat version : Tomcat 8

Mohamed Rafic S
  • 161
  • 1
  • 5

1 Answers1

0

Your http contentType is xmlurlencoded?