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

Matthew Swift
21.06.2013 8d325453af5c181eda073d5882064843f27c453f
Partial fix for OPENDJ-694: Implement HTTP BASIC authentication

* fix Javadoc typo in previous commit.
1 files modified
2 ■■■ changed files
opendj-sdk/opendj3/opendj-rest2ldap-servlet/src/main/java/org/forgerock/opendj/rest2ldap/servlet/Rest2LDAPContextFactory.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/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