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

Gaetan Boismal
27.14.2016 2dbbfa3dff9af29b6a0faddf656ef60ee94f2f9e
OPENDJ-3169 Fix typo
1 files modified
2 ■■■ changed files
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPBasicAuthorizationMechanismConfiguration.xml 2 ●●● patch | view | raw | blame | history
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>