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

unset :cas_sent_to_gateway when user is authentified #19

Closed llaurent closed 13 years ago

llaurent commented 13 years ago

Otherwise it will wrongly think it was sent to the cas server. (one of two requests in gateway mode)

soupmatt commented 13 years ago

You commit doesn't unset the variable, it sets it to false and this will be done even if gatewaying isn't configured.