Am Wednesday, 23. July 2003 16:37, schrieb Misha Kapushesky:

> So, I got quite a ways along. It now generates cookies no problem, sends
> them along, with session id's etc. However, authentication still doesn't
> quite work.

What exatly happens/doesn't happen?

> I think the problem is with the "ErrorDocument 403
> /redirect?url=/login.xsp" directive. I don't have a /redirect anywhere.

You have :-) It's part of what A::A::P::S does when it is loaded via 
PerlModule. But you must load it in the vhost you want to use it in.
Actually, there might be a modperl_version-specific bug there.
Try "ErrorDocument 403 /login.xsp". It won't let you login, but should show 
the login form. If it does show the form, it is indeed a bug I must fix. If 
it doesn't, the problem is elsewhere.

> page seems to suggest that this should just happen somehow. I got it to
> redirect to login.xsp by including "PerlSetVar AxKitSessionLoginScript
> /login.xsp" into the <Location /protected> section. But this redirects

AxKitSessionLoginScript is for a setup where cookies are not issued until 
login time. This setup has cookies all over, and login in some parts.

-- 
CU
   Joerg

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

Reply via email to