modificationItems.toArray( new ModificationItem[0] ), ReferralHandlingMethod.IGNORE, null, monitor, null );
// Creating the response
if ( batchResponseDsml != null )
{
ModifyResponseDsml modifyResponseDsml = new ModifyResponseDsml();
modifyResponseDsml.setLdapResult( getLdapResult( monitor, MessageTypeEnum.MODIFY_REQUEST ) );
modifyResponseDsml.getLdapResult().setMatchedDN( request.getObject() );
batchResponseDsml.addResponse( modifyResponseDsml );
}
LdapDN dn = request.getObject();
IEntry e = browserConnection.getEntryFromCache( dn );