opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPConnectionHandler.java
@@ -953,7 +953,8 @@ @Override public void run() { next.handle(context, request).thenOnResultOrException(promise, promise); // Trap and forward runtime exceptions. next.handle(context, request).thenOnResult(promise).thenOnRuntimeException(promise); } })); }