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 2002/01/14 04:14:18 UTC

cvs commit: modperl-docs/src/docs/1.0/api Apache.pod

stas        02/01/13 19:14:18

  Modified:    src/docs/1.0/api Apache.pod
  Log:
  doc sync with 1.3
  
  Revision  Changes    Path
  1.2       +4 -3      modperl-docs/src/docs/1.0/api/Apache.pod
  
  Index: Apache.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Apache.pod	5 Jan 2002 19:20:00 -0000	1.1
  +++ Apache.pod	14 Jan 2002 03:14:18 -0000	1.2
  @@ -627,9 +627,10 @@
   
   =item $r-E<gt>get_basic_auth_pw
   
  -If the current request is protected by Basic authentication, 
  -this method will return 0, otherwise -1.  
  -The second return value will be the decoded password sent by the client.
  +If the current request is protected by Basic authentication, this method
  +will return OK.  Otherwise, it will return a value that ought to be
  +propagated back to the client (typically AUTH_REQUIRED). The second return
  +value will be the decoded password sent by the client.
   
      ($ret, $sent_pw) = $r->get_basic_auth_pw;
   
  
  
  

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