Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON | 2.1.0 |
When char '%' is used in the URI or form data field of Invoke REST API activity, below error is thrown:
**********************************
2020 Jun 03 10:18:15:160 GMT +0530 BW.Reprod Error [BW_Plugin] BW-RESTJSON-2000019 Thread_Name[JobCourier7] Process_Id[124000] Activity_Name[Invoke REST API] Error happened when invoking REST server, [ URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "zs" ]
2020 Jun 03 10:18:15:183 GMT +0530 BW.Reprod Error [BW_Plugin] BW-RESTJSON-2000019 Job-124000 Error in [NormalInvoke.process/Invoke REST API]
Error happened when invoking REST server, [ URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "ur" ]
at com.tibco.plugin.json.activities.RestActivity.eval(RestActivity.java:457)
at com.tibco.pe.plugin.Activity.eval(Unknown Source)
at com.tibco.pe.core.TaskImpl.eval(Unknown Source)
at com.tibco.pe.core.Job.a(Unknown Source)
at com.tibco.pe.core.Job.k(Unknown Source)
at com.tibco.pe.core.JobDispatcher$JobCourier.a(Unknown Source)
at com.tibco.pe.core.JobDispatcher$JobCourier.run(Unknown Source)
**********************************