|
|
@ -60,6 +60,7 @@ public class RestTemplateConfig { |
|
|
|
|
|
|
|
RestTemplate restTemplate = getRestTemplate(); |
|
|
|
restTemplate.setRequestFactory(factory); |
|
|
|
logger.info("Create RestTemplate instants with proxy {}", proxy); |
|
|
|
return restTemplate; |
|
|
|
} catch (IndexOutOfBoundsException | NumberFormatException e) { |
|
|
|
logger.error("PROXY_URL is setted but can't be splitted or parsed"); |
|
|
|