Marvin,
Ahh - that put's my mind at east - thoght I had really hosed something up.
Many thanks,
-c


On Apr 8, 2011, at 11:29 AM, Marvin Addison wrote:

> Everything works fine, except that there is never any data in the 
> SERVICETICKET table.

As it should be.  Service tickets are ephemeral by nature; they are
created in SERVICETICKET and deleted upon validation, which typically
happens on the order of milliseconds.  The only way you'd see entries
accrue in this table is that a service requested a ticket and never
validated it, leaving it for the registry cleaner process to clean up.
You could perform this workflow with a web proxy tool between the
browser and CAS that allows you to intercept requests and responses.
Pause when you get the ST back from CAS, then query your DB to confirm
it's there, then continue with the request that validates and expunges
the ST, then query again to confirm it's been deleted.

M

-- 
You are currently subscribed to [email protected] as: [email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user


-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to