networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
807 stars 320 forks source link

change example.com connection error IOException #1027

Closed stevehu closed 2 months ago

stevehu commented 3 months ago

For some reason, the example.com returns a 500 error for the /invalid/schema/url path. I have changed the exception check to IOException to fix the test cases.