jsonreststore

Dojo JsonRest appends &name=* to target URL

余生长醉 提交于 2019-12-25 04:28:24
问题 I try to use the Dojo JsonRest to fill a dijit.form.select Box and I use the following code: var stateStore = new JsonRest({target: "ip-address/activiti-rest/service/repository/process-definitions?startableByUser=kermit", headers: {"Authorization": "Basic a2VybWl0Omtlcm1pdA=="}}); The Problem is, that the target-url is extended with &name=* Therefore, the Server sees the following request: ipaddress/activiti-rest/service/repository/process-definitions?startableByUser=kermit&name=* I can not