Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -1051,7 +1051,7 @@ public class EmsServices {
|
||||
String url = String.format("%sphpinfo.php?get=1", pvmUrl.endsWith("/") ? pvmUrl : pvmUrl + "/");
|
||||
|
||||
StringBuilder srb = new StringBuilder();
|
||||
int status = HttpRestWrapper.callGeneric(url, null, null, null, ContentType.APPLICATION_JSON, srb, null);
|
||||
int status = HttpRestWrapper.callGenericGet(url, null, null, srb, null, null, ContentType.APPLICATION_JSON);
|
||||
|
||||
if (status != 200)
|
||||
throw new Exception("La richiesta \"" + url + "\" ha generato status code: " + status + " [" + srb + "]");
|
||||
|
||||
Reference in New Issue
Block a user