mistral/releasenotes/notes/fix-next-url-formatting-2cc0d8a27625c73a.yaml
hardikj 08ba20c8d2 Fix next link in get resource list rest API
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
2018-10-12 16:04:00 +05:30

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.