We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I've fixed it at the AbstractEntityHandler by encoding the values of OData queries, because it is a central place.
Sorry, something went wrong.
But what about OdataQuery.GetOdataQueryStrings()?
OdataQuery.GetOdataQueryStrings()
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: