vaadin / appsec-kit

Other
1 stars 0 forks source link

fix: Handle exceptions #133

Closed sosa-vaadin closed 11 months ago

sosa-vaadin commented 11 months ago

Description

If the OSV API throws an IOException, make sure that we at least log the error and don't break the AppSec Kit starter UI.

Fixes #124

Type of change

tamasmak commented 11 months ago

Noticed that we could remove the "or read" from this exception message as there is no read timeout set for this connection anymore.

sosa-vaadin commented 11 months ago

Noticed that we could remove the "or read" from this exception message as there is no read timeout set for this connection anymore.

Changed the message to:

Connection to OSV API server has timed out