networknt/light-rest-4j

NPE with request path is not in the defined specs for multiple spec config

stevehu opened this issue · 0 comments

When multiple specifications are used, they are loaded in a map with the key as the request path prefix and the value as the specification yaml. However, when an incoming request path is not matching any key in the map, we had an NPE exception.