182 bugfix
This commit is contained in:
+3
-2
@@ -52,7 +52,7 @@
|
||||
|
||||
//variables.framework.docs={};
|
||||
variables.framework.docs.APIName="svc-api";
|
||||
variables.framework.docs.APIVersion="0.181"; /*$ git config --global --unset user.password*/
|
||||
variables.framework.docs.APIVersion="0.182"; /*$ git config --global --unset user.password*/
|
||||
|
||||
variables.framework.globalHeaders = structNew();
|
||||
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
|
||||
@@ -80,7 +80,7 @@
|
||||
// в нем, когда переменная получает значение Empty:null, можно выполнить writedump, а в других получаем ошибку, что такой переменной нет
|
||||
|
||||
request.auth_header="";
|
||||
request.locateIamService=locateIamService; //for possible debug
|
||||
//request.locateIamService=locateIamService; //for possible debug
|
||||
//request.IAM_SERVICE_URL=this.iamServiceUrl; // так не работает!
|
||||
|
||||
</cfscript>
|
||||
@@ -236,6 +236,7 @@
|
||||
//}
|
||||
|
||||
//if (UCase(arguments.verb) EQ 'OPTIONS') return newRepresentation().noData().withStatus("204","No Data").withHeaders({"Content-Type":"application/json;charset=utf-8"});
|
||||
request.stand=this.getStand();
|
||||
request.iam_service_url=this.iamServiceUrl;
|
||||
|
||||
if (uCase(arguments.verb) EQ 'OPTIONS') return true;
|
||||
|
||||
Reference in New Issue
Block a user