You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/02/20 03:39:26 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config jk.xml

remm        02/02/19 18:39:26

  Modified:    webapps/tomcat-docs/config jk.xml
  Log:
  - Add documentation on the 'tomcatAuthentication' flag.
  
  Revision  Changes    Path
  1.4       +10 -0     jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml
  
  Index: jk.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jk.xml	31 Jan 2002 18:45:14 -0000	1.3
  +++ jk.xml	20 Feb 2002 02:39:26 -0000	1.4
  @@ -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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>