You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2005/09/26 22:54:10 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs/config realm.xml

markt       2005/09/26 13:54:10

  Modified:    webapps/docs/config realm.xml
  Log:
  Document missing alternateURL attribute
  
  Revision  Changes    Path
  1.8       +6 -0      jakarta-tomcat-catalina/webapps/docs/config/realm.xml
  
  Index: realm.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/realm.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- realm.xml	27 Oct 2004 16:38:42 -0000	1.7
  +++ realm.xml	26 Sep 2005 20:54:10 -0000	1.8
  @@ -272,6 +272,12 @@
       information from the directory:</p>
   
       <attributes>
  +       <attribute name="alternateURL" required="false">
  +         <p>If a socket connection can not be made to the provider at
  +         the <code>connectionURL</code> an attempt will be made to use the
  +         <code>alternateURL</code>.</p>
  +       </attribute>
  +
          <attribute name="authentication" required="false">
            <p>A string specifying the type of authentication to use.
            "none", "simple", "strong" or a provider specific definition
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org