From ad85152c76d37c2a455debd815e239d2ca812c78 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 16 Apr 2013 13:57:43 +0000
Subject: [PATCH] OPENDJ-830 (CR-1554) Implement authentication and authorization for HTTP connection handler
---
opends/src/server/org/opends/server/protocols/http/HTTPClientConnection.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/protocols/http/HTTPClientConnection.java b/opends/src/server/org/opends/server/protocols/http/HTTPClientConnection.java
index 361d045..8d82c76 100644
--- a/opends/src/server/org/opends/server/protocols/http/HTTPClientConnection.java
+++ b/opends/src/server/org/opends/server/protocols/http/HTTPClientConnection.java
@@ -119,7 +119,7 @@
* Indicates whether the Directory Server believes this connection to be valid
* and available for communication.
*/
- private volatile boolean connectionValid;
+ private volatile boolean connectionValid = true;
/**
* Indicates whether this connection is about to be closed. This will be used
--
Gitblit v1.10.0