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

boli
01.48.2006 8d1eb37a38871a3025c83a8a1cbe8ce0860c71b5
refs
author boli <boli@localhost>
Friday, September 1, 2006 21:48 +0200
committer boli <boli@localhost>
Friday, September 1, 2006 21:48 +0200
commit8d1eb37a38871a3025c83a8a1cbe8ce0860c71b5
tree ade9ab4608fdaa5a7802cc846d2e1b89e4297a03 tree | zip | gz
parent 0d0a1fce9b04dada3f2d8f21cf4fa5514f77ede2 view | diff
Fixed bug in matchInitialSubstring() where the lower and upper bounds are both set to the upper bound because they reference the same byte array. An array copy operation is added to create two byte arrays for the lower and upper bounds. 

The previous procedures outlined in issue 618 to reproduce the problem were ran and it now produces the correct result.

Fix for issue 618
1 files modified
6 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/AttributeIndex.java 6 ●●●● diff | view | raw | blame | history