|
[
Permalink
| « Hide
]
Luke Taylor added a comment - 05/Sep/08 08:51 AM - edited
I was able to reproduce this by adding a space to the ou that the test users were stored under for LdapUserDetailsManagerTests. The issue is that the toUrl() adds the escaping to the spaces (which is the wrong type of encoding in this context). I've replaced the call with a toString() when setting up the principal for authentication.
|
|||||||||||||||||||||||||||||||||||||||||