Alon Bar-Lev has posted comments on this change.

Change subject: core: remove commons httpclient from provider proxy
......................................................................


Patch Set 21:

(1 comment)

http://gerrit.ovirt.org/#/c/33458/21/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/BaseProviderProxy.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/BaseProviderProxy.java:

Line 97:         try {
Line 98:             builder = new 
HttpURLConnectionBuilder().appendRelativePath(hostUrl, relativePath)
Line 99:                     .setTrustStore(Paths.get(
Line 100:                             
EngineLocalConfig.getInstance().getVarDir().getAbsolutePath(),
Line 101:                             "external_truststore")
> What would you like to have at the separate vairable? the full path to the 
yes instead of adding this to relative of vardir.
Line 102:                             .toString());
Line 103:             result = builder.create();
Line 104:             handleCredentials(result);
Line 105:         } catch (Exception ex) {


-- 
To view, visit http://gerrit.ovirt.org/33458
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I727d34c33f357b93560d4b5a1784b3733b7fa293
Gerrit-PatchSet: 21
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to