Re: doc discrepancy?

2003-06-18 Thread Stas Bekman
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



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 BekmanJAm_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


doc discrepancy?

2003-06-18 Thread Shannon Eric Peevey
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



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...)

thanks,
speeves
cws