belgif / rest-problem-java

Java library for RFC 9457 Problems with support for standard problem types of the Belgif REST guide (https://www.belgif.be/specification/rest/api-guide/#error-handling)
https://belgif.github.io/rest-problem-java/
Apache License 2.0
3 stars 0 forks source link

Wrong Request method returns a 500 internal server error (Spring Boot) #38

Open smals-mavh opened 4 months ago

smals-mavh commented 4 months ago

When calling an endpoint with the wrong request method, Spring boot throws a HttpRequestMethodNotSupportedException. Currently this exception is not handled.