remm        02/02/19 18:40:22

  Modified:    webapps/tomcat-docs/config Tag: tomcat_40_branch ajp.xml
  Log:
  - Add documentation on the 'tomcatAuthentication' flag.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.6   +10 -0     jakarta-tomcat-4.0/webapps/tomcat-docs/config/Attic/ajp.xml
  
  Index: ajp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/Attic/ajp.xml,v
  retrieving revision 1.2.2.5
  retrieving revision 1.2.2.6
  diff -u -r1.2.2.5 -r1.2.2.6
  --- ajp.xml   30 Jan 2002 17:32:10 -0000      1.2.2.5
  +++ ajp.xml   20 Feb 2002 02:40:22 -0000      1.2.2.6
  @@ -132,6 +132,16 @@
         to a particular port number on a particular IP address.</p>
       </attribute>
   
  +    <attribute name="tomcatAuthentication" required="false">
  +      <p>This flag, which value defaults to <code>true</code>, indicates
  +      whether or not authentication will be handled by Tomcat or the native 
  +      web server. If the attribute value is <code>true</code>, any pricipal 
  +      authenticated by the native web server will be ignored, and Tomcat will 
  +      take care of the authentication. If the attribute value 
  +      is <code>false</code>, Tomcat will not attempt to authenticate 
  +      a principal if the native web server has already authenticated one.</p>
  +    </attribute>
  +
     </attributes>
   
     </subsection>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to