stas 2003/02/19 14:29:12 Modified: src/docs/2.0/user/compat compat.pod Log: update the connection->auth_type entry based on the geoff's writeup Revision Changes Path 1.46 +5 -1 modperl-docs/src/docs/2.0/user/compat/compat.pod Index: compat.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/compat/compat.pod,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- compat.pod 19 Feb 2003 22:23:10 -0000 1.45 +++ compat.pod 19 Feb 2003 22:29:12 -0000 1.46 @@ -626,7 +626,9 @@ =head2 C<$connection-E<gt>auth_type> The record I<auth_type> doesn't exist in the Apache 2.0's connection -struct. It exists only in the request record struct. +struct. It exists only in the request record struct. The new accessor +in 2.0 API is C<$r-E<gt>ap_auth_type>. + C<Apache::compat> provides a back compatibility method, though it relies on the availability of the global C<Apache-E<gt>request>, which requires the configuration to have: @@ -634,6 +636,8 @@ PerlOptions +GlobalRequest to set it up for earlier stages than response handler. + +=head2 =head2 C<$connection-E<gt>user>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]