08ba20c8d2
Fix the issue where `next` link in the response of the REST API, when used with pagination, gets corrupted and makes it unusable. After this fix, next link should be readily usable. Change-Id: Idf45a59e0b07d8306cc82391679fe30a9cd2f0c1 Closes-Bug: #1793344
10 lines
247 B
YAML
10 lines
247 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix issue where next link in some list APIs,
|
|
when invoked with pagination and filter(s),
|
|
contained JSON string. This made next link
|
|
an invalid URL. This issue impacted all REST
|
|
APIs where filters can be used.
|
|
|