RubyCAS-Client commits

RevisionAuthorDateDescription
183matt.zukowski20 Nov 2008 13:43:56

latest batch of changes from git: merb adapter, login_url method, rails and merb example apps

182matt.zukowski18 Nov 2008 17:31:10

eclipse project files don't belong in the repo

181matt.zukowski18 Nov 2008 17:31:08

re-added gemspec for github

180matt.zukowski18 Nov 2008 17:31:06

added .gitignore

179matt.zukowski29 Oct 2008 17:17:23

don't request a new pgt if we already have one for the iou within that session (patch from yipdw1); cleaned up History.txt

178matt.zukowski29 Oct 2008 16:34:37

single sign-out should now work properly with JA-SIG cas server (tested with 3.3)

177matt.zukowski29 Oct 2008 14:12:56

switched to 2.0.99 in prepreation for 2.1 push; moved CHANGELOG to History to comply with Hoe standards

176matt.zukowski27 Oct 2008 13:42:18

* We now accept HTTP responses from the CAS server with status code 422 since
RubyCAS-Server 0.7.0+ generates these in response to requests that are
processable but contain invalid CAS data (for example an invalid service
ticket).

175matt.zukowski27 Oct 2008 13:40:53

Accept responses of type 422 since RubyCAS-Server generates these
in response to requests from the client that are processable but contain
invalid CAS data (for example an invalid service ticket).

174matt.zukowski01 Oct 2008 16:35:02

173matt.zukowski01 Oct 2008 16:33:30

- added cas_server_is_up? method (closes http://code.google.com/p/rubycas-client/issues/detail?id=5)
- better logging of connection/response errors from cas server

172matt.zukowski01 Oct 2008 15:15:57

RAILS_ROOT is now automatically prepended to the service session lookup filename

171matt.zukowski01 Oct 2008 15:01:30

check if the session service lookup file exists before trying to delete it