spring-security/ldap/src
Steve Riesenberg 4f31e42fbc Handle encoded spaces in the root dn
Fixes an issue where provider URLs passed to the constructor of the
DefaultSpringSecurityContextSource can be URL encoded, resulting in
an invalid base dn. Additionally adds support for list constructor
to support spaces in base dn.

Closes gh-9742

# Conflicts:
#	ldap/src/integration-test/java/org/springframework/security/ldap/DefaultSpringSecurityContextSourceTests.java
#	ldap/src/main/java/org/springframework/security/ldap/DefaultSpringSecurityContextSource.java
2021-05-26 12:53:16 -05:00
..
integration-test Handle encoded spaces in the root dn 2021-05-26 12:53:16 -05:00
main/java/org/springframework/security/ldap Handle encoded spaces in the root dn 2021-05-26 12:53:16 -05:00
test Remove redundant throws clauses 2019-08-23 01:03:54 +02:00