ソースを参照

Merge pull request #5277 from afishbeck/defaultWUInfoIncludeResourceURLsToFalse

HPCC-10654 WUInfo + GetResources Should be defaulted off

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 年 前
コミット
70faef8915
1 ファイル変更1 行追加1 行削除
  1. 1 1
      esp/scm/ws_workunits.ecm

+ 1 - 1
esp/scm/ws_workunits.ecm

@@ -592,7 +592,7 @@ ESPrequest WUInfoRequest
     [min_ver("1.16")] bool IncludeApplicationValues(true);
     [min_ver("1.16")] bool IncludeWorkflows(true);
     [min_ver("1.39")] bool IncludeXmlSchemas(false);
-    [min_ver("1.47")] bool IncludeResourceURLs(true);
+    [min_ver("1.47")] bool IncludeResourceURLs(false);
     [min_ver("1.16")] bool SuppressResultSchemas(false);
     [min_ver("1.25")] string ThorSlaveIP;
 };