We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012c2fc commit a9d92c3Copy full SHA for a9d92c3
1 file changed
core/http/workbench/src/main/java/org/eclipse/rdf4j/workbench/proxy/ServerValidator.java
@@ -118,6 +118,9 @@ private boolean canConnect(final String server) {
118
reader.close();
119
}
120
121
+ catch (NumberFormatException e) {
122
+ LOGGER.warn(e.toString(), e);
123
+ }
124
catch (MalformedURLException e) {
125
LOGGER.warn(e.toString(), e);
126
0 commit comments