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

gbellato
31.21.2007 407645b8549604cbffb9fcebf302c73886330e67
refs
author gbellato <gbellato@localhost>
Friday, August 31, 2007 15:21 +0200
committer gbellato <gbellato@localhost>
Friday, August 31, 2007 15:21 +0200
commit407645b8549604cbffb9fcebf302c73886330e67
tree 32f2a871623e96a81f487714d83f107046e57cf1 tree | zip | gz
parent 3e78d98817ee8adf9c11f733c7b5c8917120754d view | diff
fix for issue 2205 : attribute missing from schema is not handled as expected by replication

When the replication code replay a modify operation on an entry
that contain historical information for an attribute that is
not defined in the schema, the modify operation
is not replayed because an AssertionError is thrown by AttributeValue constructor.

This fixes the problem by avoiding the AssertionError
1 files modified
5 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/HistVal.java 5 ●●●●● diff | view | raw | blame | history