| | |
| | | import java.util.LinkedHashSet; |
| | | import java.util.concurrent.atomic.AtomicInteger; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | |
| | | import org.forgerock.http.protocol.Status; |
| | | import org.forgerock.i18n.slf4j.LocalizedLogger; |
| | | import org.forgerock.opendj.ldap.AbstractAsynchronousConnection; |
| | | import org.forgerock.opendj.ldap.ByteString; |
| | |
| | | |
| | | // At this point, we try to log the request with OK status code. |
| | | // If it was already logged, it will be a no op. |
| | | this.clientConnection.log(HttpServletResponse.SC_OK); |
| | | this.clientConnection.log(Status.OK.getCode()); |
| | | |
| | | isClosed = true; |
| | | } |