Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.0.1
-
None
-
None
Description
In QueryRequest.cs, several query parameters are badly encoded, transforming them into JSON before url-encoding when a simple scalar value is expected, or not doing this json+urlencoding when it should be done (args, scan_vector)...
This needs to be fixed and tested.
Also scan_consistency is badly represented (eg. RequestPlus instead of request_plus) in GET method.
Attachments
Issue Links
- relates to
-
NCBC-769 Ensure support for "Consistency Parameters" is implemented correctly
- Closed