>>>>> "J" == Jon Stevens <[EMAIL PROTECTED]> writes:

    J> Also, based on the URI that you are requesting, what really
    J> happens is that ab hits the url, the server sends a 302
    J> redirect back (in order to try to set the cookie) and then ab
    J> will make another request for the page. Maybe that is what is
    J> screwing things up?

Oh ... now _there's_ a thought.  Thanks.  It would seem that the 
difference between the test you cite and my own (other than mine
being coded by a raving lunatic with only the barest notion of what
he's doing here) is the authentication code.  That could be the
ticket.

I had replaced the authentication check with a blind accept but perhaps
I need to re-read the Howto's instructions on how to avoid sending a
cookie; my intention for this specific page is to have no cookie
and data.getACL() should return a null value when the user is
just the open public access.

-- 
Gary Lawrence Murphy <[EMAIL PROTECTED]> TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
"Computers are useless.  They can only give you answers."(Pablo Picasso)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to