You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/04/14 07:27:05 UTC

cvs commit: jakarta-tomcat/proposals/catalina/src/conf server.xml

craigmcc    00/04/13 22:27:05

  Modified:    proposals/catalina/src/conf server.xml
  Log:
  Reflect a change in the name of the Valve that implements HTTP based
  authentication and access control.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-tomcat/proposals/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/proposals/catalina/src/conf/server.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- server.xml	2000/02/13 03:01:01	1.1
  +++ server.xml	2000/04/14 05:27:05	1.2
  @@ -35,7 +35,7 @@
   
         <Context path="/examples" docBase="examples">
   	<!-- Processes all requests for this Context -->
  -        <Valve className="org.apache.tomcat.security.SecurityValve"/>
  +        <Valve className="org.apache.tomcat.security.HttpSecurityValve"/>
   	<!-- Used to manage sessions for this Context only -->
           <Manager className="org.apache.tomcat.session.StandardManager"
                    checkInterval="15" maxActiveSessions="100"