rubycas / rubycas-server

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
http://rubycas.github.com
Other
628 stars 270 forks source link

fix decoding of objectguid #172

Closed mcmoyer closed 4 years ago

mcmoyer commented 11 years ago

original call was escaping the UTF-8 string in Ruby 1.9.3+. Also made the search for objectguid to be case insensitive.