mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
24.04.2015 9cfc6d90d43cfff2041ad05a31e6b70bdbcf269b
refs
author Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Tuesday, November 24, 2015 17:04 +0100
committer Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Wednesday, November 25, 2015 16:09 +0100
commit9cfc6d90d43cfff2041ad05a31e6b70bdbcf269b
tree 81048bfdfbb5b9fdd3c6c9e9f929f21296513b38 tree | zip | gz
parent 5f4f429bcbd2638da1b0548705371416a9fc0a94 view | diff
Fix referrals not being returned by a search

DN2URI.java:
In returnSearchReferences(), use Cursor.positionToKeyOrNext() because we do not want to position _exactly_ on the lower bound key, we want to position on that key, or the next one.

JEStorage.java:
In positionToIndex(), allowed to specify index 0.
2 files modified
6 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/JEStorage.java 4 ●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DN2URI.java 2 ●●● diff | view | raw | blame | history