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 header set-cookie regexp #52

Open Code-Farmer-Ming opened 12 years ago

Code-Farmer-Ming commented 12 years ago

1.Fix header set-cookie regexp 2.when http_response.kind_of?(Net::HTTPSeeOther) return success

soupmatt commented 12 years ago

I would need to see some tests for this before I could accept it.