-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1.0.0-incubating
-
Component/s: Security
-
Labels:None
These informations should be generated and encapsulate them to the full json request.
Currently they are hardcoded.
json_object *jreqid = json_object_new_string("1"); json_object_object_add(jrequest, "requestId", jreqid); json_object *jclientip = json_object_new_string("123.0.0.21"); json_object_object_add(jrequest, "clientIp", jclientip); json_object *jcontext = json_object_new_string("SELECT * FROM DDDDDDD"); json_object_object_add(jrequest, "context", jcontext);
- links to