> casings of the same user. I will admit to writing code that then failed
> because it wasn't expecting a different case. I always typed my username in
> all lower case, so it wasn't expect by me. You can also use
> canonicalization on the authentication bit as well.
>
>
I recently set up a JDBC attributeRepository and my SQL query expects the
username passed from CAS to be lowercase. Does anyone know how to either
override the "WHERE {0}" or make sure the username being passed is
lowercase?
The problem we have is people entering their username in mixed case li