wso2 / micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
202 stars 218 forks source link

Data service call mediator issue single quote `'` #3345

Open noah2031 opened 4 months ago

noah2031 commented 4 months ago

when you pass property contains single quote always dataServiceCall escaping ' to apos; even if you try double quote it.

izzypod5 commented 3 months ago

I believe in this case you can get away with setting the numeric character reference as a property (&# 39 ;) to make it work for the dataServiceCall param, the processing is a bit different than usual cases.