Isn't the HTTP authentication implementation already built into AOLserver, via ns_conn authuser and ns_conn authpassword?
I have a site which has a filter registered to /*. That filter merely looks at ns_conn authuser/ns_conn authpassword and then authenticates against a file -- you could to the same, and do a db call to validate the user's credentials. Ross Zoran Vasiljevic wrote on 10/31/2003, 9:52 AM: > On Friday 31 October 2003 17:07, you wrote: > > Not really. > > > > I need to do HTTP authentication. I could write an HTTP authentication > > implementation and register that as a filter, but I'd rather not. > > > > I agree with you. In the same go, we might even introduce hooks > for entirely different auth methods like digest etc. > > Cheers > Zoran > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to > <[EMAIL PROTECTED]> with the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the > Subject: field of your email blank. > -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
