fix
This commit is contained in:
parent
307177f426
commit
a15b643d3c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class ClientHttpRequestFactoryService {
|
|||
|
||||
log.info("Initialize ClientHttpRequestFactory with insecure ClientHttpRequestFactory for development");
|
||||
|
||||
if (proxy.proxyAuthType != null && proxy.proxyAuthType != ProxyAuthType.NONE) {
|
||||
if (proxy != null && proxy.proxyAuthType != null && proxy.proxyAuthType != ProxyAuthType.NONE) {
|
||||
|
||||
log.info("Initialize ClientHttpRequestFactory with proxy auth: {} : {}",
|
||||
proxy.proxyAuthType,
|
||||
|
|
Loading…
Reference in a new issue