Pagination not working on endpoints
As the title states, pagination is not functional on the endpoints of this API. We have an annotation that should be able to resolve this
As the title states, pagination is not functional on the endpoints of this API. We have an annotation that should be able to resolve this
assigned to @zacharysabourin
added Bug statewip team:webdev webdev:java labels
assigned to @zacharysabourin
After further investigation, this is an issue in the commons PaginationFilter. It doesn't appear to be properly fetching the page
and pagesize
params
moved from eclipsefdn-mailing-lists-api#19 (moved)
The page seems to be working fine, as is the pagesize param. The problem here is that the max is misbehaving and is set at 10 for some reason in the headers, which propagates to the pagination filter. If you set the pagesize to be under 10, it works just fine.
mentioned in merge request !232 (merged)
added statereview label and removed statewip label
This is merged in and is in the process of being pushed live for all of our APIs, so I'm closing this. Thanks @zacharysabourin for figuring out the root of this
closed
removed statereview label
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent