rubycas / rubycas-client

Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
http://code.google.com/p/rubycas-client/
Other
332 stars 217 forks source link

fix typo in get_session_for_service_ticket #32

Closed bryanlarsen closed 12 years ago

bryanlarsen commented 12 years ago

It doesn't appear that there are many people using recent versions on Rails 2.3 any more with obvious typos like this hanging around...

bryanlarsen commented 12 years ago

If you want a clean branch to pull from, I've created the topic branch "issue32" on NIFA/rubycas-client

soupmatt commented 12 years ago

Fix for using the proxy callback controller has been merged and the single sign out typo has been fixed. We aren't going to change the default storage directory for the the LocalDirTicketStore. You can use the config parameters to change the location if you like.