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

Gaetan Boismal
04.49.2015 5d1a8edc4122961b172f660e7d1c907dacf9f465
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/CommonAuditHttpAccessAuditFilter.java
@@ -59,6 +59,7 @@
    private static Response newInternalServerError() {
        return new Response(Status.INTERNAL_SERVER_ERROR);
    }
    private final RequestHandler auditServiceHandler;
@@ -90,9 +91,7 @@
                .eventName(productName + "-" + protocol + "-ACCESS")
                .timestamp(time.now())
                .transactionId(txContext.getTransactionId().getValue())
                .server(clientContext.getLocalAddress(),
                        clientContext.getLocalPort(),
                        clientContext.getLocalName())
                .serverFromContext(clientContext)
                .client(clientContext.getRemoteAddress(),
                        clientContext.getRemotePort(),
                        clientContext.getRemoteHost())