Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

SingleSignOut Enhancement request w/ monkey patch #89

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable Single Sign Out in application
2. Call CASClient::Frameworks::Rails::Filter.logout()
3. tmp/session/as_sess.ST-x file is deleted w/o removing the session in the DB

What version of RubyCAS-Server are you using? How is it installed (rubygem,
manual install)? How are you running it (webrick, mongrel, passenger,
etc.)?
Using version "0.8.0 :: In Progress..." on Rails 2.3.5 in Webrick

Please provide any additional information below.

If relevant, please paste your RubyCAS-Server config.yml file here.

Attached is a monkey patch fixing the problem. Obviously better to
incorporate directly, ideally by factoring parts common to single_sign_out()

Original issue reported on code.google.com by david.le...@gmail.com on 22 May 2010 at 2:51

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by matt.zuk...@gmail.com on 8 Jun 2010 at 9:50