> For some reason occasionally when you go to the form and try to login and > click the submit form the page refreshes and does nothing.. There is nothing > in the log that shows anything out of the ordinary
We have seen this countless times, and without fail it's the redirect to a misbehaving service causing the apparent hang, and not CAS itself. If you see the following in the logs as last entry before the hang, it's definitely not a CAS problem: 2009-06-05 07:35:02,912 INFO [edu.vt.middleware.cas.VTCentralAuthenticationServ ice] - Granted service ticket [ST-249-6NOapDOCpBktK44Uz6hU-hostname.vt .edu] for service [https://myservice.vt.edu] for user [myuser] Additionally, you can verify it's not a CAS authentication problem by visiting CAS directly such that there is no service= parameter in the login URL, which will not cause a service ticket to be issued after authentication and no redirect. 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
