Re: Questions on note_basic_auth_failure and get_basic_auth_pw

2002-01-11 Thread Geoffrey Young
The Sapphire Cat wrote: > > Documentation for these functions reads as follows: > > $r->get_basic_auth_pw > If the current request is protected by Basic authentication, this > method will return 0, otherwise -1. [snip] ok, that's unclear (and not 100% correct, either). I'd change it to: If th

Questions on note_basic_auth_failure and get_basic_auth_pw

2002-01-10 Thread The Sapphire Cat
Documentation for these functions reads as follows: $r->get_basic_auth_pw If the current request is protected by Basic authentication, this method will return 0, otherwise -1. [snip] $r->note_basic_auth_failure Prior to requiring Basic authentication from the client, this method will set the out