From 2dbbfa3dff9af29b6a0faddf656ef60ee94f2f9e Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 27 Jun 2016 08:19:40 +0000
Subject: [PATCH] OPENDJ-3169 Fix typo
---
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPBasicAuthorizationMechanismConfiguration.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPBasicAuthorizationMechanismConfiguration.xml b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPBasicAuthorizationMechanismConfiguration.xml
index 8e8e374..f586704 100644
--- a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPBasicAuthorizationMechanismConfiguration.xml
+++ b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPBasicAuthorizationMechanismConfiguration.xml
@@ -34,7 +34,7 @@
<adm:default-behavior>
<adm:defined>
<adm:value>
- org.opends.server.protocols.http.authz.HTTPBasicAuthorizationMechanism
+ org.opends.server.protocols.http.authz.HttpBasicAuthorizationMechanism
</adm:value>
</adm:defined>
</adm:default-behavior>
--
Gitblit v1.10.0