gost / sensorthings-net-sdk

.NET SDK for OGC SensorThings
MIT License
2 stars 2 forks source link

Filtering value with [ ] results in error #33

Open DLade opened 3 years ago

DLade commented 3 years ago

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.

DLade commented 3 years ago

I've fixed it at the AbstractEntityHandler by encoding the values of OData queries, because it is a central place.

DLade commented 3 years ago

But what about OdataQuery.GetOdataQueryStrings()?