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

Matthew Swift
21.06.2013 63064c23b338f2bf7e706c2caf3185d492efb403
Partial fix for OPENDJ-694: Implement HTTP BASIC authentication

* fix Javadoc typo in previous commit.
1 files modified
2 ■■■ changed files
opendj3/opendj-rest2ldap-servlet/src/main/java/org/forgerock/opendj/rest2ldap/servlet/Rest2LDAPContextFactory.java 2 ●●● patch | view | raw | blame | history
opendj3/opendj-rest2ldap-servlet/src/main/java/org/forgerock/opendj/rest2ldap/servlet/Rest2LDAPContextFactory.java
@@ -29,7 +29,7 @@
/**
 * An HTTP servlet context factory which will create a {@link Context} chain
 * comprising of a {@linkn SecurityContext} and optionally an
 * comprising of a {@link SecurityContext} and optionally an
 * {@link AuthenticatedConnectionContext}.
 * <p>
 * This class provides integration between Rest2LDAP HTTP Servlets and the