I've developed a small Rest API using Spring Boot and Jersey. It seems to work well except for when calling the Rest API with a method that is not allowed, i.e calling the service with PUT and only GET is allowed. This leads to a HTTP 404 Not Found instead of HTTP 405 Method Not...
All my get methods are working fine, however, I am getting 404 for post. Following are my spring boot and jersey version. springBootVersion = '1.5.19.RELEASE' springVersion = '4.3.22.RELEASE' jerseyVersion = '1.19.4' Thanks! spring-projects-issuesadded thestatus: waiting-for-triageAn is...