|
@@ -133,6 +133,8 @@ final class WindowsWebDavMounter implements WebDavMounterStrategy {
|
|
|
String addStdErr = IOUtils.toString(addCmd.getErrorStream(), StandardCharsets.UTF_8);
|
|
|
throw new CommandFailedException(addStdErr);
|
|
|
}
|
|
|
+ } catch (IOException e) {
|
|
|
+ LOG.info("Failed to add proxy overrides", e);
|
|
|
} catch (InterruptedException e) {
|
|
|
Thread.currentThread().interrupt();
|
|
|
InterruptedIOException ioException = new InterruptedIOException();
|