Phil Ames wrote:
Hi Patrick,
Are these logs complete, or are there corresponding ticket validation
logs by mod_auth_cas for all of those subsequent requests with new
tickets?

Yes.  The logs are complete

Can you use something like HttpFox
(https://addons.mozilla.org/en-US/firefox/addon/6647) to see if
mod_auth_cas is setting a new cookie with each 302 redirect?

I'll look into this.

Is the /CAS resource a directory, or a file?  If it is a directory,
can you try adding a trailing / to your request?

It's a directory.  The change didn't help.

mod_auth_cas generates a 302 redirect in a few situations:

-When the user is accessing a "Gateway" protected resource (not the
case here, as there is no mention of Gateway in the logs)
-When the user has no ticket and no cookie and is accessing a CAS
protected resource
-After successful ticket validation to the resource the user
originally requested
-When the user has a cookie, but it does not pass mod_auth_cas'
validation check to ensure it has not expired

It looks like the user gets a ticket and it validates properly, and
that the user is then redirected to their original request, leaving
only the 4th option.  Can you verify that the directory mod_auth_cas
is using to store cookie/session information is writable by the web
server and contains files that correspond to the MOD_AUTH_CAS cookie
value you receive?  This directory is controlled by the CASCookiePath
directive.

Oops.  The default CASCookiePath is /dev/null.  I set up a proper
directory, but I still get the Redirect Loop.  There's a lot more
in the error log this time.

---- cookie cache after two attempts ------
# ls -l /var/cache/mod_auth_cas/
total 56
-rw------- 1 apache apache 227 Mar 20 13:20 096b9fef680bfa3ef12899e5cebd89e0
-rw------- 1 apache apache 227 Mar 20 13:21 311709d0a708b18ba76a582ec965e23b
-rw------- 1 apache apache 227 Mar 20 13:15 7728ad18050bf1d1a8220b1a6d8fa653
-rw------- 1 apache apache 227 Mar 20 13:20 78077bb9e68b3479f08ceeea5fa28f5f
-rw------- 1 apache apache 227 Mar 20 13:15 7de3045982dfeb72ddc9ca1eeeebd8c9
-rw------- 1 apache apache 227 Mar 20 13:20 8315f9d2fe1f4d55595c8a6c6110edfe
-rw------- 1 apache apache 227 Mar 20 13:20 8bd9b6a2208d19deeee57b4fb9dbc91d
-rw------- 1 apache apache 227 Mar 20 13:15 b80d591441f5f1b2ca625244d8d83252
-rw------- 1 apache apache 227 Mar 20 13:15 dd2c733c0f41c07532d88ff56db63d4b
-rw------- 1 apache apache 227 Mar 20 13:15 e3656c7ab520ce70ee697b1f1230a1ac
-rw------- 1 apache apache 227 Mar 20 13:21 e6504fe4edea29683e936e3c2a98d25e
-rw------- 1 apache apache 227 Mar 20 13:15 ea75ae90c33b62d5b1945f7ae1e453e1
-rw------- 1 apache apache 227 Mar 20 13:15 f2d7d46652737c7a5bea800ac4a84925
-rw------- 1 apache apache 227 Mar 20 13:20 fd358a564fde80bb32ca6054b2a892e0

# cat /var/cache/mod_auth_cas/096b9fef680bfa3ef12899e5cebd89e0
<cacheEntry xmlns="http://uconn.edu/cas/mod_auth_cas";>
<user>pln</user>
<issued>1237580459891695</issued>
<lastactive>1237580459891696</lastactive>
<path>/CAS/</path>
<ticket>ST-2486-6CljM0GxMrouoczxtD4Y</ticket>
</cacheEntry>


------- access log ---------
gamera.stanford.edu - - [20/Mar/2009:13:20:56 -0700] "GET /CAS/ HTTP/1.1" 302 282 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - pln [20/Mar/2009:13:20:58 -0700] "GET /CAS/?ticket=ST-2482-ncXFsUm9lQE9tcCIaj2h HTTP/1.1" 302 218 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - - [20/Mar/2009:13:20:58 -0700] "GET /CAS/ HTTP/1.1" 302 282 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - pln [20/Mar/2009:13:20:58 -0700] "GET /CAS/?ticket=ST-2483-Eu3rpJKMj8LqA30BpPe8 HTTP/1.1" 302 218 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - - [20/Mar/2009:13:20:59 -0700] "GET /CAS/ HTTP/1.1" 302 282 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - pln [20/Mar/2009:13:20:59 -0700] "GET /CAS/?ticket=ST-2484-dkg3LSjEI9v0ofv3iFUz HTTP/1.1" 302 218 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - - [20/Mar/2009:13:20:59 -0700] "GET /CAS/ HTTP/1.1" 302 282 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - pln [20/Mar/2009:13:20:59 -0700] "GET /CAS/?ticket=ST-2485-wpqFVKVj1H7ZV64KbLdO HTTP/1.1" 302 218 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - - [20/Mar/2009:13:20:59 -0700] "GET /CAS/ HTTP/1.1" 302 282 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - pln [20/Mar/2009:13:20:59 -0700] "GET /CAS/?ticket=ST-2486-6CljM0GxMrouoczxtD4Y HTTP/1.1" 302 218 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - - [20/Mar/2009:13:20:59 -0700] "GET /CAS/ HTTP/1.1" 302 282 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - pln [20/Mar/2009:13:20:59 -0700] "GET /CAS/?ticket=ST-2487-imrc4ZUDh8yzceaIGQgE HTTP/1.1" 302 218 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - - [20/Mar/2009:13:21:00 -0700] "GET /CAS/ HTTP/1.1" 302 282 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - pln [20/Mar/2009:13:21:00 -0700] "GET /CAS/?ticket=ST-2488-09pbaLM1s2blA5Z58eZA HTTP/1.1" 302 218 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7" gamera.stanford.edu - - [20/Mar/2009:13:21:00 -0700] "GET /CAS/ HTTP/1.1" 302 282 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7"


------- error log ------------
[Fri Mar 20 13:20:56 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:56 2009] [debug] mod_auth_cas.c(506): [client 171.64.108.17] Adding outgoing header: Location: https://glast-ground.slac.stanford.edu/cas/login?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(550): [client 171.64.108.17] Modified r->args (old 'ticket=ST-2482-ncXFsUm9lQE9tcCIaj2h', new '') [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(1450): [client 171.64.108.17] Validation request: GET /cas/validate?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f&ticket=ST-2482-ncXFsUm9lQE9tcCIaj2h HTTP/1.1\nHost: glast-ground.slac.stanford.edu\nConnection: close\n\n [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(1458): [client 171.64.108.17] Request successfully transmitted [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 338 bytes of response [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 8 bytes of response [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 0 bytes of response [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(1472): [client 171.64.108.17] Validation response: HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Fri, 20 Mar 2009 20:20:58 GMT\r\nServer: Microsoft-IIS/6.0\r\nMicrosoftOfficeWebServer: 5.0_Pub\r\nX-Powered-By: ASP.NET\r\nPragma: No-cache\r\nCache-Control: no-cache\r\nExpires: Wed, 31 Dec 1969 16:00:00 PST\r\nSet-Cookie: JSESSIONID=13EA22F43A35E356705DE1EEF6BD9A31; Path=/cas; Secure\r\nContent-Length: 8\r\n\r\nyes\npln\n [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(851): [client 171.64.108.17] Insufficient time elapsed since last cache clean [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(994): [client 171.64.108.17] Cookie '78077bb9e68b3479f08ceeea5fa28f5f' created for user 'pln' [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(363): [client 171.64.108.17] Determining CAS scope (path: /CAS/, CASScope: (null), CASRenew: (null), CASGateway: (null)) [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(643): [client 171.64.108.17] Adding outgoing header: Set-Cookie: MOD_AUTH_CAS=78077bb9e68b3479f08ceeea5fa28f5f;Path=/CAS/ [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(506): [client 171.64.108.17] Adding outgoing header: Location: https://glast-ground.slac.stanford.edu/cas/login?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f [Fri Mar 20 13:20:58 2009] [debug] mod_auth_cas.c(550): [client 171.64.108.17] Modified r->args (old 'ticket=ST-2483-Eu3rpJKMj8LqA30BpPe8', new '') [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1450): [client 171.64.108.17] Validation request: GET /cas/validate?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f&ticket=ST-2483-Eu3rpJKMj8LqA30BpPe8 HTTP/1.1\nHost: glast-ground.slac.stanford.edu\nConnection: close\n\n [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1458): [client 171.64.108.17] Request successfully transmitted [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 338 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 8 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 0 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1472): [client 171.64.108.17] Validation response: HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Fri, 20 Mar 2009 20:20:59 GMT\r\nServer: Microsoft-IIS/6.0\r\nMicrosoftOfficeWebServer: 5.0_Pub\r\nX-Powered-By: ASP.NET\r\nPragma: No-cache\r\nCache-Control: no-cache\r\nExpires: Wed, 31 Dec 1969 16:00:00 PST\r\nSet-Cookie: JSESSIONID=6B338D57F60F76909199AA68684AEB0C; Path=/cas; Secure\r\nContent-Length: 8\r\n\r\nyes\npln\n [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(851): [client 171.64.108.17] Insufficient time elapsed since last cache clean [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(994): [client 171.64.108.17] Cookie '8315f9d2fe1f4d55595c8a6c6110edfe' created for user 'pln' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(363): [client 171.64.108.17] Determining CAS scope (path: /CAS/, CASScope: (null), CASRenew: (null), CASGateway: (null)) [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(643): [client 171.64.108.17] Adding outgoing header: Set-Cookie: MOD_AUTH_CAS=8315f9d2fe1f4d55595c8a6c6110edfe;Path=/CAS/ [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(506): [client 171.64.108.17] Adding outgoing header: Location: https://glast-ground.slac.stanford.edu/cas/login?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(550): [client 171.64.108.17] Modified r->args (old 'ticket=ST-2484-dkg3LSjEI9v0ofv3iFUz', new '') [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1450): [client 171.64.108.17] Validation request: GET /cas/validate?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f&ticket=ST-2484-dkg3LSjEI9v0ofv3iFUz HTTP/1.1\nHost: glast-ground.slac.stanford.edu\nConnection: close\n\n [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1458): [client 171.64.108.17] Request successfully transmitted [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 338 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 8 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 0 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1472): [client 171.64.108.17] Validation response: HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Fri, 20 Mar 2009 20:20:59 GMT\r\nServer: Microsoft-IIS/6.0\r\nMicrosoftOfficeWebServer: 5.0_Pub\r\nX-Powered-By: ASP.NET\r\nPragma: No-cache\r\nCache-Control: no-cache\r\nExpires: Wed, 31 Dec 1969 16:00:00 PST\r\nSet-Cookie: JSESSIONID=8392CC169C4657861F8548B801CE0009; Path=/cas; Secure\r\nContent-Length: 8\r\n\r\nyes\npln\n [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(851): [client 171.64.108.17] Insufficient time elapsed since last cache clean [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(994): [client 171.64.108.17] Cookie 'fd358a564fde80bb32ca6054b2a892e0' created for user 'pln' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(363): [client 171.64.108.17] Determining CAS scope (path: /CAS/, CASScope: (null), CASRenew: (null), CASGateway: (null)) [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(643): [client 171.64.108.17] Adding outgoing header: Set-Cookie: MOD_AUTH_CAS=fd358a564fde80bb32ca6054b2a892e0;Path=/CAS/ [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(506): [client 171.64.108.17] Adding outgoing header: Location: https://glast-ground.slac.stanford.edu/cas/login?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(550): [client 171.64.108.17] Modified r->args (old 'ticket=ST-2485-wpqFVKVj1H7ZV64KbLdO', new '') [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1450): [client 171.64.108.17] Validation request: GET /cas/validate?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f&ticket=ST-2485-wpqFVKVj1H7ZV64KbLdO HTTP/1.1\nHost: glast-ground.slac.stanford.edu\nConnection: close\n\n [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1458): [client 171.64.108.17] Request successfully transmitted [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 338 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 8 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 0 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1472): [client 171.64.108.17] Validation response: HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Fri, 20 Mar 2009 20:20:59 GMT\r\nServer: Microsoft-IIS/6.0\r\nMicrosoftOfficeWebServer: 5.0_Pub\r\nX-Powered-By: ASP.NET\r\nPragma: No-cache\r\nCache-Control: no-cache\r\nExpires: Wed, 31 Dec 1969 16:00:00 PST\r\nSet-Cookie: JSESSIONID=156996FFBBCD5996C7AC1FA1CF50739F; Path=/cas; Secure\r\nContent-Length: 8\r\n\r\nyes\npln\n [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(851): [client 171.64.108.17] Insufficient time elapsed since last cache clean [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(994): [client 171.64.108.17] Cookie '8bd9b6a2208d19deeee57b4fb9dbc91d' created for user 'pln' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(363): [client 171.64.108.17] Determining CAS scope (path: /CAS/, CASScope: (null), CASRenew: (null), CASGateway: (null)) [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(643): [client 171.64.108.17] Adding outgoing header: Set-Cookie: MOD_AUTH_CAS=8bd9b6a2208d19deeee57b4fb9dbc91d;Path=/CAS/ [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(506): [client 171.64.108.17] Adding outgoing header: Location: https://glast-ground.slac.stanford.edu/cas/login?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(550): [client 171.64.108.17] Modified r->args (old 'ticket=ST-2486-6CljM0GxMrouoczxtD4Y', new '') [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1450): [client 171.64.108.17] Validation request: GET /cas/validate?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f&ticket=ST-2486-6CljM0GxMrouoczxtD4Y HTTP/1.1\nHost: glast-ground.slac.stanford.edu\nConnection: close\n\n [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1458): [client 171.64.108.17] Request successfully transmitted [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 338 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 8 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 0 bytes of response [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(1472): [client 171.64.108.17] Validation response: HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Fri, 20 Mar 2009 20:20:59 GMT\r\nServer: Microsoft-IIS/6.0\r\nMicrosoftOfficeWebServer: 5.0_Pub\r\nX-Powered-By: ASP.NET\r\nPragma: No-cache\r\nCache-Control: no-cache\r\nExpires: Wed, 31 Dec 1969 16:00:00 PST\r\nSet-Cookie: JSESSIONID=96A8F0F2C3D5C00C43D1663B974CCCBA; Path=/cas; Secure\r\nContent-Length: 8\r\n\r\nyes\npln\n [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(851): [client 171.64.108.17] Insufficient time elapsed since last cache clean [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(994): [client 171.64.108.17] Cookie '096b9fef680bfa3ef12899e5cebd89e0' created for user 'pln' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(363): [client 171.64.108.17] Determining CAS scope (path: /CAS/, CASScope: (null), CASRenew: (null), CASGateway: (null)) [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(643): [client 171.64.108.17] Adding outgoing header: Set-Cookie: MOD_AUTH_CAS=096b9fef680bfa3ef12899e5cebd89e0;Path=/CAS/ [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(506): [client 171.64.108.17] Adding outgoing header: Location: https://glast-ground.slac.stanford.edu/cas/login?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f [Fri Mar 20 13:20:59 2009] [debug] mod_auth_cas.c(550): [client 171.64.108.17] Modified r->args (old 'ticket=ST-2487-imrc4ZUDh8yzceaIGQgE', new '') [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1450): [client 171.64.108.17] Validation request: GET /cas/validate?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f&ticket=ST-2487-imrc4ZUDh8yzceaIGQgE HTTP/1.1\nHost: glast-ground.slac.stanford.edu\nConnection: close\n\n [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1458): [client 171.64.108.17] Request successfully transmitted [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 338 bytes of response [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 8 bytes of response [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 0 bytes of response [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1472): [client 171.64.108.17] Validation response: HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Fri, 20 Mar 2009 20:21:00 GMT\r\nServer: Microsoft-IIS/6.0\r\nMicrosoftOfficeWebServer: 5.0_Pub\r\nX-Powered-By: ASP.NET\r\nPragma: No-cache\r\nCache-Control: no-cache\r\nExpires: Wed, 31 Dec 1969 16:00:00 PST\r\nSet-Cookie: JSESSIONID=0BDBEFBAC3CD8A800B9215748E8F121B; Path=/cas; Secure\r\nContent-Length: 8\r\n\r\nyes\npln\n [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(851): [client 171.64.108.17] Insufficient time elapsed since last cache clean [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(994): [client 171.64.108.17] Cookie '311709d0a708b18ba76a582ec965e23b' created for user 'pln' [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(363): [client 171.64.108.17] Determining CAS scope (path: /CAS/, CASScope: (null), CASRenew: (null), CASGateway: (null)) [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(643): [client 171.64.108.17] Adding outgoing header: Set-Cookie: MOD_AUTH_CAS=311709d0a708b18ba76a582ec965e23b;Path=/CAS/ [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(506): [client 171.64.108.17] Adding outgoing header: Location: https://glast-ground.slac.stanford.edu/cas/login?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(550): [client 171.64.108.17] Modified r->args (old 'ticket=ST-2488-09pbaLM1s2blA5Z58eZA', new '') [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1450): [client 171.64.108.17] Validation request: GET /cas/validate?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2f&ticket=ST-2488-09pbaLM1s2blA5Z58eZA HTTP/1.1\nHost: glast-ground.slac.stanford.edu\nConnection: close\n\n [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1458): [client 171.64.108.17] Request successfully transmitted [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 338 bytes of response [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 8 bytes of response [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1466): [client 171.64.108.17] Received 0 bytes of response [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(1472): [client 171.64.108.17] Validation response: HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Fri, 20 Mar 2009 20:21:00 GMT\r\nServer: Microsoft-IIS/6.0\r\nMicrosoftOfficeWebServer: 5.0_Pub\r\nX-Powered-By: ASP.NET\r\nPragma: No-cache\r\nCache-Control: no-cache\r\nExpires: Wed, 31 Dec 1969 16:00:00 PST\r\nSet-Cookie: JSESSIONID=32566504BCB2D0774B8CC1FD94AB115D; Path=/cas; Secure\r\nContent-Length: 8\r\n\r\nyes\npln\n [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(851): [client 171.64.108.17] Insufficient time elapsed since last cache clean [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(994): [client 171.64.108.17] Cookie 'e6504fe4edea29683e936e3c2a98d25e' created for user 'pln' [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(363): [client 171.64.108.17] Determining CAS scope (path: /CAS/, CASScope: (null), CASRenew: (null), CASGateway: (null)) [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(643): [client 171.64.108.17] Adding outgoing header: Set-Cookie: MOD_AUTH_CAS=e6504fe4edea29683e936e3c2a98d25e;Path=/CAS/ [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(481): [client 171.64.108.17] CAS Service 'http%3a%2f%2fglast2.stanford.edu%2fCAS%2f' [Fri Mar 20 13:21:00 2009] [debug] mod_auth_cas.c(506): [client 171.64.108.17] Adding outgoing header: Location: https://glast-ground.slac.stanford.edu/cas/login?service=http%3a%2f%2fglast2.stanford.edu%2fCAS%2

--
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