Description
<URL>/mapstore/rest/geostore/extjs/search/users/*?start=0&limit=12
<URL>/mapstore/rest/geostore/extjs/search/users/*?start=12&limit=12
<URL>/mapstore/rest/geostore/extjs/search/users/*?start=24&limit=12
Returns the same values, no pagination looks to be applied
How to reproduce
-
(on mapstore)
- login as admin
- open user manager
- browse users pages
-
(from rest API)
- perform the requests in description
Expected Result
- users returned are 12 (as inserted on limit parameter) and different
Current Result
- user returned are all the same. Looking at the response the users are all retruned all the times, looks like start and limit parameters are ignored.
Affected versions
MapStore
- (current master)
- v2026.01.01-stable --> 2.5.0
Not affected version
- 2025.02.03 looks NOT affected (tested on binary with clean database) --> 2.4.0
Description
Returns the same values, no pagination looks to be applied
How to reproduce
(on mapstore)
(from rest API)
Expected Result
Current Result
Affected versions
MapStore
Not affected version