An invalidUrl for the Server will be printed to stack trace. It's annoying
E.g.
|
if(!isValidURL(value) && path != null){ |
the e.printStackTrace happens when the server url is
https://some-{placeholder}.example.com
The Place holder value seems to be valid according to the spec. But, it's printed to the stack trace
An invalidUrl for the Server will be printed to stack trace. It's annoying
E.g.
swagger-parser/modules/swagger-parser-v3/src/main/java/io/swagger/v3/parser/util/OpenAPIDeserializer.java
Line 396 in 5c480c5
the e.printStackTrace happens when the server url is
https://some-{placeholder}.example.com
The Place holder value seems to be valid according to the spec. But, it's printed to the stack trace