You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/05/16 23:38:57 UTC

svn commit: r170459 - /perl/modperl/docs/trunk/src/docs/1.0/api/Apache.pod

Author: stas
Date: Mon May 16 14:38:56 2005
New Revision: 170459

URL: http://svn.apache.org/viewcvs?rev=170459&view=rev
Log:
document the deprecated $c->user, replace with undocumented $r->user
Submitted by: Ville Skyttä <vi...@iki.fi>

Modified:
    perl/modperl/docs/trunk/src/docs/1.0/api/Apache.pod

Modified: perl/modperl/docs/trunk/src/docs/1.0/api/Apache.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/1.0/api/Apache.pod?rev=170459&r1=170458&r2=170459&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/api/Apache.pod (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/api/Apache.pod Mon May 16 14:38:56 2005
@@ -265,6 +265,13 @@
 remote system is not running an RFC 1413 server or if the configuration
 directive B<IdentityCheck> is not turned on.
 
+=head2 $r-E<gt>user( [$user] )
+
+If an authentication check was successful, the authentication handler
+caches the user name here. Sets the user name to the optional first
+argument.
+
+
 =head2 Apache::Connection
 
 More information about the client can be obtained from the
@@ -349,9 +356,7 @@
 
 =head3 $c-E<gt>user( [$user] )
 
-If an authentication check was successful, the authentication handler
-caches the user name here. Sets the user name to the optional first
-argument.
+Deprecated, use C<$r-E<gt>user> instead.
 
 =head3 $c-E<gt>auth_type
 



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org