Description
1.
public void decodeValues(Object[] values) {
result = new LdapResult();
result.decodeValues(values);
oid = Utils.getString(values[4]);
if (values[5] != null)
}
if values[4] is null, oid will be assigned incoreect value "", while it should be null.
2. following RI, LdapContextImpl.targetMustExist() always return true
3. UnsolicitedNotificationEvent should construct using outside LdapContextImpl instance