opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPConnectionHandler.java
@@ -909,6 +909,7 @@ { return Handlers.chainOf( serverContext.getHTTPRouter(), new HttpLogFilter(serverContext), new ExecuteInWorkerThreadFilter(), new AllowDenyFilter(currentConfig.getDeniedClient(), currentConfig.getAllowedClient()), new CommonAuditTransactionIdFilter(serverContext),