mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 06:42:49 +00:00
SEC-943: Forgot to commit tests.
This commit is contained in:
parent
e5d86b13b7
commit
d7926f3557
@ -12,4 +12,10 @@ public class DefaultSpringSecurityContextSourceTests {
|
|||||||
public void instantiationSucceeds() {
|
public void instantiationSucceeds() {
|
||||||
new DefaultSpringSecurityContextSource("ldap://blah:789/dc=springframework,dc=org");
|
new DefaultSpringSecurityContextSource("ldap://blah:789/dc=springframework,dc=org");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void supportsSpacesInUrl() {
|
||||||
|
new DefaultSpringSecurityContextSource("ldap://myhost:10389/dc=spring%20framework,dc=org");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user