Skip to content

Ensure page token is for the same tree

Divya Rani requested to merge 4556-add-treeOID into master

Contributes to #4556 (closed)

The page token returned by GetTreeEntries does not include the tree oid and can page across two different trees leading to incorrect results. In order to resolve this we can include the tree oid in the page token and use it to ensure the page token is always used to access a given tree only.

Related discussion - !4870 (comment 1122139728)

Changelog: fixed

Closes #4556 (closed)

Edited by Divya Rani

Merge request reports

Loading