codec.setTimeOffline( getDecorated().getTimeOffline() );
codec.setDelay( getDecorated().getDelay() );
for ( String ldapUrlStr : getDecorated().getLdapResult().getReferral().getLdapUrls() )
{
LdapUrl ldapUrl = null;
try
{
ldapUrl = new LdapUrl( ldapUrlStr );
}
catch ( LdapURLEncodingException e )
{
LOG.error( I18n.err( I18n.ERR_04170, ldapUrlStr ), e );
continue;