spring-security/ldap
Andy Wilkinson a28650c715 Provide a ClassLoader to be used to load LDIF files
Prior to this change, ApacheDSContainer created a LdifFileLoader
without a ClassLoader. This limited its ability to load LDIF files
and causes a problem with an executable war in Spring Boot. See [1]
for details.

ApacheDSContainer now initialises LdifFileLoader with a ClassLoader.
This allows it to locate LDIF files packaged in WEB-INF/classes in
the case of an executable war file. The executable jar case was not
affected by this problem as, in that case, the LDIF file is pacakaged
in the root of the jar and is accessible via getSystemResourceAsStream

[1] https://github.com/spring-projects/spring-boot/issues/1550
2014-09-24 13:49:15 -05:00
..
src Provide a ClassLoader to be used to load LDIF files 2014-09-24 13:49:15 -05:00
ldap.gradle Exclude spring-data-commons from spring-ldap-core 2014-08-01 14:04:47 -05:00
openldaptest.ldif SEC-1661: Use a DistinguishedName to wrap the search base to avoid the need for JNDI escaping. 2011-01-26 17:13:11 +00:00
pom.xml SEC-2700: Register WithSecurityContextTestExecutionListener by default 2014-08-15 16:41:33 -05:00
run_slapd.sh Minor slapd config changes 2014-02-11 14:23:54 +00:00
slapd.conf Minor slapd config changes 2014-02-11 14:23:54 +00:00