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

Jean-Noel Rouvignac
04.11.2014 d4b5588294118125aca32d454b22518e2d892210
refs
author Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Wednesday, June 4, 2014 12:11 +0200
committer Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Wednesday, June 4, 2014 12:11 +0200
commitd4b5588294118125aca32d454b22518e2d892210
tree 2a6fd20d21f84651a32be3ddb29df7a34b5e5353 tree | zip | gz
parent f183bd8141a98a391f250fb68f0ed043a1681345 view | diff
Fixing blocked nightly tests.
Problem was due to an NPE while deserializing StartECLSessionMsg: ByteArrayScanner.nextString(), can return null, while previous code was always creating an empty string when using the older API.

Thanks Nicolas Capponi for bisecting.


StartECLSessionMsg.java:
In ctor, added a null check to prevent NPE.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/StartECLSessionMsg.java 2 ●●● diff | view | raw | blame | history