Hi,
I believe I know what the problem might be.  It looks like the 'path'
value of the Set-Cookie header does not URL encode the space, so your
browser probably thinks that it should only send that cookie for
"/test/", not "/test p/".  It should be a straightforward fix, and I
will let you know when it is ready and I have tested it (if my
assumption is correct - I have not validated it yet, but it seems
reasonable).

Thanks,

-Phil

On Thu, Jan 28, 2010 at 1:24 PM, Thung, Peter C CIV
SPAWARSYSCEN-PACIFIC, 56340 <[email protected]> wrote:
> Phil,
>
> I apologize for the delay. Here are the logs with the LogLevel set to Debu 
> and the server/vhost level
> With
> CASDebug On
>
> Also, out of curiosity, if you have about 3 minutes to spare, I'm curious if 
> you could recreate this problem
> In your environment, assuming you have a Cas setup.
> Basically, if you just create a directory with a space and then any file with 
> an associated .htaccess file
> Referencing
> AuthType CAS
>
> And then one without a space with the same files, the one with the space I 
> suspect you will get
> The error:
> Firefox has detected that the server is redirecting the request for this 
> address in a way that will never complete.
> In your browser.
>
> And if you don't get the error, that is hopefully good news. Of course I'm on 
> a windows XP box as well. I wonder if that
> Has something to do with it.
> Hopefully the attachments make it through.
> Also, I've renamed the IP addresses and the hostnames to protect the innocent.
>
> -Peter
>
>
>
> ******************************************************************
> Peter Thung
> Software Developer
> IBS Project Technical Lead -Web Developer
>
> Code 56340  - Net-centric ISR Development Branch
> Joint & National ISR Systems Division
> Inteligence, Surveillance and Reconnaissance Department
> US Navy Space & Naval Warfare Systems Center Pacific (SSC PAC)
> Topside Campus, Bldg A33, room 0055
> 53560 Hull Street, San Diego, CA 92152
>
> UNCLASS Email: [email protected]
> SIPRNET Email: [email protected]
> COMM (Primary): (619) 553-6513
> COMM (Secondary):(619) 553-0777
> FAX: (619) 553-1586
> ******************************************************************
>
>
>
>> -----Original Message-----
>> From: Phil Ames [mailto:[email protected]]
>> Sent: Wednesday, January 06, 2010 3:16 PM
>> To: [email protected]
>> Subject: Re: [cas-user] mod_auth_cas and spaces in a URI
>>
>>
>> Hello,
>> Do you have debug logs available for the case where the
>> redirect is continually applied?  Make sure to set CASDebug
>> On as well as the LogLevel to Debug at the server/vhost level.
>>
>> Thanks,
>> -Phil
>>
>> On Wed, Jan 6, 2010 at 3:19 PM, Thung, Peter C CIV
>> SPAWARSYSCEN-PACIFIC, 56340 <[email protected]> wrote:
>> > mod_auth_cas users/developers,
>> >
>> > I've run into a problem which I believe is related to
>> mod_auth_cas in
>> > handling URI with spaces in them.
>> >
>> > Prior to using mod_auth_cas things were working.
>> > Here is the scenario.
>> >
>> > if I have a file located in
>> > say
>> > c:\htdocs\test\phpInfo.php
>> > with the appropriate .htaccess
>> > with the directive
>> > AuthType CAS
>> >
>> > I can access that file via my web browser
>> > and I get the standard phpInfo page.
>> >
>> > if I copy those same files to a directory such as c:\htdocs\test
>> > p\phpInfo.php along with the same .htaccess file I get this
>> error in
>> > my browsser (Firefox).
>> > "The page isn't redirecting properly
>> > Firefox has detected that the server is redirecting the
>> request for this
>> > address in a way that will never complete.
>> >     *   This problem can sometimes be caused by disabling
>> or refusing to
>> > accept
>> >           cookies."
>> >
>> >
>> > Excerts of the access logs as an example with No Space in
>> the URL and
>> > with a space in the URL (done with completely shutting down the
>> > browser and clearing the logs. Along with my analysis/observation.
>> > Looking forward to hearing what others might have to say.
>> > In comparing the access logs (A) without space and (B) with
>> a space in the
>> > URL
>> > I see at time [06/Jan/2010:19:48:22 +0000] (5th entry down)
>> in acces log (B)
>> > it seems that Apache forgets that the userid "root" requesting the
>> > document has authenticated indicated the a "-" as compared to
>> > [06/Jan/2010:19:46:42 +0000] (7th entry down) and at that point goes
>> > into an infinite loop, until Apache detects it and stops it.
>> >
>> > I'm not sure if the problem is with mod_auth_cas or with
>> CAS itself.
>> > I'm running CAS-3-3-4-final and mod_auth_cas-1.0.8 on a
>> windows box. I
>> > checked out the mod_auth_cas-1.0.8 and had the modify the
>> > mod_auth_cas.c and mod_auth_cas.h slightly to make it compile based
>> > off of a previous post
>> >
>> > has anyone elese experienced a similar problem with spaces
>> in a URL?
>> > I've tried escaping the space the %20 with no luck. the only
>> > difference is the space in the directory name of "test p" and "test"
>> >
>> > Thank you in advance.
>> >
>> > Respectfully,
>> >
>> > Peter
>> >
>> >
>> >
>> >
>> > Access Log (A) without a space in the URL
>> >
>> **********************************************************************
>> > *************************************************************
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /test/phpInfo.php HTTP/1.1"
>> > 302 292
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /test/phpInfo.php HTTP/1.1"
>> > 302 292
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> > /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%2fphpInfo.php
>> > HTTP/1.1" 200 3523
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> > /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%2fphpInfo.php
>> > HTTP/1.1" 200 3523
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/css/cas.css HTTP/1.1"
>> > 200 6362
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/css/cas.css HTTP/1.1"
>> > 200 6362
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/js/common_rosters.js
>> > HTTP/1.1" 200 6829
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/js/common_rosters.js
>> > HTTP/1.1" 200 6829
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/favicon.ico HTTP/1.1"
>> > 200 170
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/favicon.ico HTTP/1.1"
>> > 200 170
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/images/key-point_tr.gif
>> > HTTP/1.1" 200 107
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/images/key-point_tr.gif
>> > HTTP/1.1" 200 107
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/images/key-point_tl.gif
>> > HTTP/1.1" 200 103
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/images/key-point_tl.gif
>> > HTTP/1.1" 200 103
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/images/key-point_br.gif
>> > HTTP/1.1" 200 386
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/images/key-point_br.gif
>> > HTTP/1.1" 200 386
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/images/key-point_bl.gif
>> > HTTP/1.1" 200 102
>> > 127.0.0.1 - - [06/Jan/2010:19:46:38 +0000] "GET
>> /cas/images/key-point_bl.gif
>> > HTTP/1.1" 200 102
>> > 127.0.0.1 - - [06/Jan/2010:19:46:42 +0000] "POST
>> >
>> /cas/login;jsessionid=161D4951BA4E33143F9C791945459557?service
>> =https%3a%2f%2fhost1.test.org%2ftest%2fphpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:46:42 +0000] "POST
>> >
>> /cas/login;jsessionid=161D4951BA4E33143F9C791945459557?service
>> =https%3a%2f%2fhost1.test.org%2ftest%2fphpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:46:42 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%2fphpInfo.php&ticket=ST-95-2nR6Wa1rLHhPpfZMgEOj-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - - [06/Jan/2010:19:46:42 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%2fphpInfo.php&ticket=ST-95-2nR6Wa1rLHhPpfZMgEOj-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - root [06/Jan/2010:19:46:42 +0000] "GET
>> > /test/phpInfo.php?ticket=ST-95-2nR6Wa1rLHhPpfZMgEOj-cas
>> HTTP/1.1" 302 232
>> > 127.0.0.1 - root [06/Jan/2010:19:46:42 +0000] "GET
>> > /test/phpInfo.php?ticket=ST-95-2nR6Wa1rLHhPpfZMgEOj-cas
>> HTTP/1.1" 302 232
>> > 127.0.0.1 - root [06/Jan/2010:19:46:42 +0000] "GET /test/phpInfo.php
>> > HTTP/1.1" 200 61281
>> > 127.0.0.1 - root [06/Jan/2010:19:46:42 +0000] "GET /test/phpInfo.php
>> > HTTP/1.1" 200 61281
>> > 127.0.0.1 - root [06/Jan/2010:19:46:42 +0000] "GET
>> > /test/phpInfo.php?=PHPE9568F34-D428-11d2-A769-00AA001ACF42
>> HTTP/1.1" 200
>> > 2524
>> > 127.0.0.1 - root [06/Jan/2010:19:46:42 +0000] "GET
>> > /test/phpInfo.php?=PHPE9568F34-D428-11d2-A769-00AA001ACF42
>> HTTP/1.1" 200
>> > 2524
>> > 127.0.0.1 - root [06/Jan/2010:19:46:42 +0000] "GET
>> > /test/phpInfo.php?=PHPE9568F35-D428-11d2-A769-00AA001ACF42
>> HTTP/1.1" 200
>> > 2146
>> > 127.0.0.1 - root [06/Jan/2010:19:46:42 +0000] "GET
>> > /test/phpInfo.php?=PHPE9568F35-D428-11d2-A769-00AA001ACF42
>> HTTP/1.1" 200
>> > 2146
>> > 127.0.0.1 - - [06/Jan/2010:19:46:43 +0000] "GET
>> /favicon.ico HTTP/1.1" 200
>> > 5430
>> > 127.0.0.1 - - [06/Jan/2010:19:46:43 +0000] "GET
>> /favicon.ico HTTP/1.1" 200
>> > 5430
>> >
>> **************************************************************
>> **************************************************************
>> *********************************************
>> >
>> > Access log (B) with a space in the URL
>> >
>> **********************************************************************
>> >
>> **************************************************************
>> ************
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 200 3527
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 200 3527
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/css/cas.css HTTP/1.1"
>> > 200 6362
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/css/cas.css HTTP/1.1"
>> > 200 6362
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/js/common_rosters.js
>> > HTTP/1.1" 200 6829
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/js/common_rosters.js
>> > HTTP/1.1" 200 6829
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/favicon.ico HTTP/1.1"
>> > 200 170
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/favicon.ico HTTP/1.1"
>> > 200 170
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/images/key-point_tl.gif
>> > HTTP/1.1" 200 103
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/images/key-point_tl.gif
>> > HTTP/1.1" 200 103
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/images/key-point_tr.gif
>> > HTTP/1.1" 200 107
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/images/key-point_tr.gif
>> > HTTP/1.1" 200 107
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/images/key-point_bl.gif
>> > HTTP/1.1" 200 102
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/images/key-point_bl.gif
>> > HTTP/1.1" 200 102
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/images/key-point_br.gif
>> > HTTP/1.1" 200 386
>> > 127.0.0.1 - - [06/Jan/2010:19:48:17 +0000] "GET
>> /cas/images/key-point_br.gif
>> > HTTP/1.1" 200 386
>> > 127.0.0.1 - - [06/Jan/2010:19:48:21 +0000] "POST
>> >
>> /cas/login;jsessionid=66D70080D7DCF83C36015BBCD3AC6261?service
>> =https%3a%2f%2fhost1.test.org%2ftest%20p%2fphpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:21 +0000] "POST
>> >
>> /cas/login;jsessionid=66D70080D7DCF83C36015BBCD3AC6261?service
>> =https%3a%2f%2fhost1.test.org%2ftest%20p%2fphpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-96-xoy7ZiDqTts7whjcPlzz-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-96-xoy7ZiDqTts7whjcPlzz-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> > /test%20p/phpInfo.php?ticket=ST-96-xoy7ZiDqTts7whjcPlzz-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> > /test%20p/phpInfo.php?ticket=ST-96-xoy7ZiDqTts7whjcPlzz-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-97-duUVwguhk4xDtcpG2GVe-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-97-duUVwguhk4xDtcpG2GVe-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> > /test%20p/phpInfo.php?ticket=ST-97-duUVwguhk4xDtcpG2GVe-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> > /test%20p/phpInfo.php?ticket=ST-97-duUVwguhk4xDtcpG2GVe-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-98-Webwbf4yBV1ViuaY5Euz-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-98-Webwbf4yBV1ViuaY5Euz-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> > /test%20p/phpInfo.php?ticket=ST-98-Webwbf4yBV1ViuaY5Euz-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> > /test%20p/phpInfo.php?ticket=ST-98-Webwbf4yBV1ViuaY5Euz-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-99-wNGHc6a4XpvqX0TKmYxM-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-99-wNGHc6a4XpvqX0TKmYxM-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> > /test%20p/phpInfo.php?ticket=ST-99-wNGHc6a4XpvqX0TKmYxM-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> > /test%20p/phpInfo.php?ticket=ST-99-wNGHc6a4XpvqX0TKmYxM-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-100-YGaEtbSYO4dZxXOL2gYI-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-100-YGaEtbSYO4dZxXOL2gYI-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /test%20p/phpInfo.php?ticket=ST-100-YGaEtbSYO4dZxXOL2gYI-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /test%20p/phpInfo.php?ticket=ST-100-YGaEtbSYO4dZxXOL2gYI-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-101-ekKijlwBFNkpeWsPvxj0-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-101-ekKijlwBFNkpeWsPvxj0-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /test%20p/phpInfo.php?ticket=ST-101-ekKijlwBFNkpeWsPvxj0-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /test%20p/phpInfo.php?ticket=ST-101-ekKijlwBFNkpeWsPvxj0-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/login?service=https%3a%2f%2fhost1.test.org%2ftest%20p%2fp
>> hpInfo.php
>> > HTTP/1.1" 302 -
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-102-HEOdboyh4jXFRlihedk6-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /cas/serviceValidate?service=https%3a%2f%2fhost1.test.org%2fte
>> st%20p%2fphpInfo.php&ticket=ST-102-HEOdboyh4jXFRlihedk6-cas
>> > HTTP/1.0" 200 178
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /test%20p/phpInfo.php?ticket=ST-102-HEOdboyh4jXFRlihedk6-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - root [06/Jan/2010:19:48:22 +0000] "GET
>> >
>> /test%20p/phpInfo.php?ticket=ST-102-HEOdboyh4jXFRlihedk6-cas
>> HTTP/1.1" 302
>> > 234
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> > 127.0.0.1 - - [06/Jan/2010:19:48:22 +0000] "GET
>> /test%20p/phpInfo.php
>> > HTTP/1.1" 302 296
>> >
>> **************************************************************
>> **************************************************************
>> ********************
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > --
>> > 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
>>
>>
>
> --
> You are currently subscribed to [email protected] as: 
> [email protected]
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sigorg/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



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