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

Jean-Noel Rouvignac
04.11.2014 1a584561ff6ab1c0eb766f2835bdeb6224fc7312
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
commit1a584561ff6ab1c0eb766f2835bdeb6224fc7312
tree e1def6c473f8b58b5ba5799d0161f6ffc582795e tree | zip | gz
parent 9447cd5898d6b30411ed13d2ce6dbc1df191971d 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
opends/src/server/org/opends/server/replication/protocol/StartECLSessionMsg.java 2 ●●● diff | view | raw | blame | history