On Tue, Mar 29, 2011 at 8:26 AM, Neit <[email protected]> wrote: > Maybe it's the same problem as it was there: > http://www.mail-archive.com/[email protected]/msg08199.html > > I think this kind of "feature" may lead CAS users (your users) to problems > and hours of headache. It may rely on a component you don't care about, but > it's part of your product as well. According to me, it should be considered > as a bug. >
A couple points here: (a) please don't go around saying we don't care. I've replied to this thread three times in an attempt to help you. (b) we may use Spring Security but that doesn't make us experts in it. If you're having very specific issues, the only recourse is to check the Spring Security documentation. A quick search in Google uncovered this: http://static.springsource.org/spring-security/site/docs/3.0.x/apidocs/org/springframework/security/core/userdetails/memory/InMemoryDaoImpl.html http://www.java2s.com/Open-Source/Java-Document/Security/acegi-security/org/acegisecurity/userdetails/memory/UserMap.java.htm The InMemoryDao is case in-sensitive and it does convert everything to lower case before comparing. If its not working, the best option is to capture the debug log messages and either post them here for us to look at or open a Spring Security issue. We upgrade our Spring Security releases pretty regularly to keep in-sync with the latest releases. We may be able to also spot some strangeness in the logs. Either way we can't do much if you merely say "it doesn't work." ;-) Cheers, Scott > But that's just my opinion, don't worry, I won't harass you. > > Thanks for your time, I'll manage myself with Spring Security. > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
