[Acegisecurity-developer] Case insensitive User Cache

2005-03-12 Thread Stefaan Destoop
Hi, In the class EhCacheBasedUserCache, one gets the user from the cache by cache.get(username). However, as LDAP is case insensitive, the putUserInCache() can put the user in the case with a different key. I would suggest to add a boolean property caseSensitive, defaulting to true for other

Re: [Acegisecurity-developer] Case insensitive User Cache

2005-03-12 Thread Ben Alex
Stefaan Destoop wrote: Hi, In the class EhCacheBasedUserCache, one gets the user from the cache by cache.get(username). However, as LDAP is case insensitive, the putUserInCache() can put the user in the case with a different key. I would suggest to add a boolean property caseSensitive,