Jacob Childress
Results
2
issues of
Jacob Childress
A Path with a value filter is considered valid if it omits the closing `]` character, though such a Path should be considered invalid. This is something that @dvernon-uid noticed...
Arbitrary query parameters set via `RequestBuilder.queryParam(...)` are ignored when used in conjunction with a search via POST. Adding something like ``` java service.searchRequest("Users"). filter(filter). queryParam(expectedKey, expectedValue). invokePost(UserResource.class); ``` to `EndpointTestCase.testQueryParams()`...