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

Ludovic Poitou
23.41.2011 83dadb40123e47521a6bbe411fb37593faa8490f
refs
author Ludovic Poitou <ludovic.poitou@forgerock.com>
Thursday, June 23, 2011 10:41 +0200
committer Ludovic Poitou <ludovic.poitou@forgerock.com>
Thursday, June 23, 2011 10:41 +0200
commit83dadb40123e47521a6bbe411fb37593faa8490f
tree ccd93f002f3410d2646e2174bd6fd70cd6becc95 tree | zip | gz
parent 502117199eac0d1c52c05e2fafb3d1180c1e029a view | diff
Fix issue OPENDJ-213.
Processing of the string based cookie was not handling errors consistently, as code was duplicated between the constructor and another parsing method.
The fix required some minor refactoring.
All nightlytests have been successfully passing on my development machine.
7 files modified
172 ■■■■ changed files
opends/src/server/org/opends/server/replication/common/MultiDomainServerState.java 123 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ECLUpdateMsg.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DraftCNDbHandler.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ECLServerHandler.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ExternalChangeLogTest.java 30 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java 2 ●●● diff | view | raw | blame | history