You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2003/12/16 08:22:14 UTC

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

billbarker    2003/12/15 23:22:14

  Modified:    webapps/docs/config valve.xml
  Log:
  Updating SSO docs.
  
  Fix for Bug #25555
  
  Submitted by: Brian Stansberry b_stansberry@hotmail.com
  
  Revision  Changes    Path
  1.6       +11 -0     jakarta-tomcat-catalina/webapps/docs/config/valve.xml
  
  Index: valve.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/valve.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- valve.xml	4 Nov 2003 17:58:46 -0000	1.5
  +++ valve.xml	16 Dec 2003 07:22:14 -0000	1.6
  @@ -350,6 +350,17 @@
           <p>Detail level of debugging messages created by this component.  By
           default, this is set to zero (0), which means no debug output.</p>
         </attribute>
  +        
  +      <attribute name="requireReauthentication" required="false">
  +        <p>Default false. Flag to determine whether each request needs to be 
  +        reauthenticated to the security <strong>Realm</strong>. If "true", this
  +        Valve uses cached security credentials (username and password) to
  +        reauthenticate to the <strong>Realm</strong> each request associated 
  +        with an SSO session.  If "false", the Valve can itself authenticate 
  +        requests based on the presence of a valid SSO cookie, without 
  +        rechecking with the <strong>Realm</strong>.</p>
  +      </attribute>
  + 
   
       </attributes>
   
  
  
  

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