Open DLade opened 3 years ago
Filtering value with [ ] results in error - e.g. Things?$filter=name%20eq%20%27[hallo]%27].
Things?$filter=name%20eq%20%27[hallo]%27]
FROST server is throwing an exception and GOST results in BAD request.
I've fixed it at the AbstractEntityHandler by encoding the values of OData queries, because it is a central place.
But what about OdataQuery.GetOdataQueryStrings()?
OdataQuery.GetOdataQueryStrings()
Filtering value with [ ] results in error - e.g.
Things?$filter=name%20eq%20%27[hallo]%27]
.FROST server is throwing an exception and GOST results in BAD request.