WebApiAdaptor does not escape quotes properly

When i apply filter in grid quotes in filter string do not get escaped properly in generated url.
Example:
i apply filter "sdf" (without qoutes), the generated filter query is:
filter=substringof('sdf',tolower(email))
That is ok.

Now i apply filter "'sdf'" (note single quotes in the string). The generated query in this case is:
filter=substringof(''sdf'',tolower(email))

While it should be:
substringof('''sdf''',tolower(email)) - escaping single quotes by doubling them.

Currently generated urls without quote escaping are not parseable.


1 Reply

KS Kalai Selvi Rajendran Syncfusion Team November 17, 2016 03:57 AM UTC

Hi Anton, 
 
Thanks for using Syncfusion products. 
 
We have created a new incident. We suggest you to follow up the incident for further reference using your direct trac account.  
 
 
Please let us know if you have any concerns. 
 
Regards 
Kalai Selvi 


Loader.
Up arrow icon