Shannon Eric Peevey wrote:
Hi!

Just doing some late night reading, and found something in the second paragraph under the PerlAuthenHandler heading in the following webpage:

http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlAuthenHandler

<!---
Otherwise the handler returns *|Apache::AUTH_REQUIRED|* to indicate that the user has not authenticated successfully.
--->


According to:

http://perl.apache.org/docs/2.0/user/porting/compat.html#Deprecated_Constants


AUTH_REQUIRED is depracated in favor of HTTP_UNAUTHORIZED.


Is Apache actually returning AUTH_REQUIRED, which is then aliased behind the scenes? (I have been using HTTP_UNAUTHORIZED successfully in conjunction with both versions of modperl...)

Thank you, Shannon, I've corrected that document as per your advice.




__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to