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

Ludovic Poitou
23.41.2011 3d79ba1c83df1be51983cb4ef719834aa368b61d
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
commit3d79ba1c83df1be51983cb4ef719834aa368b61d
tree e4cb0a8bc05f82e2879e8abf89d63779f43c68d9 tree | zip | gz
parent fcf869ca409d6d99a11222734101d7714afed72e 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
opendj-sdk/opends/src/server/org/opends/server/replication/common/MultiDomainServerState.java 123 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ECLUpdateMsg.java 6 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/DraftCNDbHandler.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ECLServerHandler.java 5 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServer.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ExternalChangeLogTest.java 30 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java 2 ●●● diff | view | raw | blame | history