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

ludovicp
07.12.2010 065c1ae206bec7f9dcdd394f5fe06ab8e4005655
opends/src/server/org/opends/server/core/ExtendedOperationBasis.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.server.core;
import org.opends.messages.MessageBuilder;
@@ -520,6 +520,9 @@
      // Stop the processing timer.
      setProcessingStopTime();
      // Log the extended response.
      logExtendedResponse(this);
      // Send the response to the client.
      if(cancelRequest == null || cancelResult == null ||
          cancelResult.getResultCode() != ResultCode.CANCELED ||
@@ -534,9 +537,6 @@
        clientConnection.finishBindOrStartTLS();
      }
      // Log the extended response.
      logExtendedResponse(this);
      // Invoke the post-response extended plugins.
      pluginConfigManager.invokePostResponseExtendedPlugins(this);